#AB6C18

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

Shades of Golden Brown #AB6C18

Tints of Golden Brown #AB6C18

Color information

#AB6C18 (or 0xAB6C18) is unknown color: approx Golden Brown. HEX triplet: AB, 6C and 18. RGB value is (171,108,24). Sum of RGB (Red+Green+Blue) = 171+108+24=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6C18 is #5493E7. Grayscale: #757575. Windows color (decimal): -5542888 or 1600683. OLE color: 1600683.

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

Color convert

RGB17110824-
CMYK00.370.860.33
HSL34.29º75.38%38.24%-
HSV(B)34.29º85.96%67.06%-
XYZ22.3219.453.44-
YUV117.2675.37166.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 24 (9.77% from 255) = 7.92%
R=56.44%
G=35.64%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711082400.370.860.3334.2975.3838.24
HexAB6C180255621224b26
Octal25315430045126414211346
Binary10101011110110011000010010110101101000011000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6C18; }

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

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

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

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

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

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

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

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