#AB6801

Color #AB6801 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AB6801

Tints of Golden Brown #AB6801

Color information

#AB6801 (or 0xAB6801) is unknown color: approx Golden Brown. HEX triplet: AB, 68 and 01. RGB value is (171,104,1). Sum of RGB (Red+Green+Blue) = 171+104+1=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6801 is #5497FE. Grayscale: #707070. Windows color (decimal): -5543935 or 92331. OLE color: 92331.

HSL color Cylindrical-coordinate representation of color #AB6801: hue angle of 36.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB6801 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1711041-
CMYK00.390.990.33
HSL36.35º98.84%33.73%-
HSV(B)36.35º99.42%67.06%-
XYZ21.7518.562.46-
YUV112.2965.2169.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 61.96%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=61.96%
G=37.68%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171104100.390.990.3336.3598.8433.73
HexAB6810276321246322
Octal2531501047143414414342
Binary1010101111010001010011111000111000011001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6801; }

 p { color: rgb(171,104,1); }

 H1.HeaderClassName
 {
   color: #AB6801;
 }
 .AnyTagClassName
 {
   color: #AB6801;
 }
</style>
background-color css

<style>
 a { background-color: #AB6801; }

 a { background-color: rgb(171,104,1); }

 div.DivClassName
 {
   background-color: #AB6801;
 }
 .BgClassName
 {
   background-color: #AB6801;
 }
</style>
border-color css

<style>
 span { border-color: #AB6801; }

 span { border-color: rgb(171,104,1); }

 td.TdClassName
 {
   border-color: #AB6801;
 }
 .TagClassName
 {
   border-color: #AB6801;
 }
</style>