#AB6C16

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

Shades of Golden Brown #AB6C16

Tints of Golden Brown #AB6C16

Color information

#AB6C16 (or 0xAB6C16) is unknown color: approx Golden Brown. HEX triplet: AB, 6C and 16. RGB value is (171,108,22). Sum of RGB (Red+Green+Blue) = 171+108+22=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6C16 is #5493E9. Grayscale: #757575. Windows color (decimal): -5542890 or 1469611. OLE color: 1469611.

HSL color Cylindrical-coordinate representation of color #AB6C16: hue angle of 34.63º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB6C16 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB17110822-
CMYK00.370.870.33
HSL34.63º77.2%37.84%-
HSV(B)34.63º87.13%67.06%-
XYZ22.319.443.34-
YUV117.0374.37166.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 22 (8.98% from 255) = 7.31%
R=56.81%
G=35.88%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711082200.370.870.3334.6377.237.84
HexAB6C160255721234d26
Octal25315426045127414311546
Binary10101011110110010110010010110101111000011000111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6C16; }

 p { color: rgb(171,108,22); }

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

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

 a { background-color: rgb(171,108,22); }

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

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

 span { border-color: rgb(171,108,22); }

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