#ab6d11

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

Shades of Golden Brown #AB6D11

Tints of Golden Brown #AB6D11

Color information

#AB6D11 (or 0xAB6D11) is unknown color: approx Golden Brown. HEX triplet: AB, 6D and 11. RGB value is (171,109,17). Sum of RGB (Red+Green+Blue) = 171+109+17=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6D11 is #5492EE. Grayscale: #757575. Windows color (decimal): -5542639 or 1142187. OLE color: 1142187.

HSL color Cylindrical-coordinate representation of color #AB6D11: hue angle of 35.84º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB6D11 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17110917-
CMYK00.360.900.33
HSL35.84º81.91%36.86%-
HSV(B)35.84º90.06%67.06%-
XYZ22.3619.643.14-
YUV117.0571.54166.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 17 (7.03% from 255) = 5.72%
R=57.58%
G=36.70%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711091700.360.900.3335.8481.9136.86
HexAB6D110245A21245225
Octal25315521044132414412245
Binary10101011110110110001010010010110101000011001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab6d11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab6d11; }

 p { color: rgb(171,109,17); }

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

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

 a { background-color: rgb(171,109,17); }

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

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

 span { border-color: rgb(171,109,17); }

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