#AB6600

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

Shades of Golden Brown #AB6600

Tints of Golden Brown #AB6600

Color information

#AB6600 (or 0xAB6600) is unknown color: approx Golden Brown. HEX triplet: AB, 66 and 00. RGB value is (171,102,0). Sum of RGB (Red+Green+Blue) = 171+102+0=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6600 is #5499FF. Grayscale: #6F6F6F. Windows color (decimal): -5544448 or 26283. OLE color: 26283.

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

Color convert

RGB1711020-
CMYK00.4010.33
HSL35.79º100%33.53%-
HSV(B)35.79º100%67.06%-
XYZ21.5518.162.37-
YUV11165.36170.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.64%
G=37.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171102000.4010.3335.7910033.53
HexAB6600286421246422
Octal2531460050144414414442
Binary1010101111001100010100011001001000011001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6600; }

 p { color: rgb(171,102,0); }

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

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

 a { background-color: rgb(171,102,0); }

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

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

 span { border-color: rgb(171,102,0); }

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