#AB7212

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

Shades of Golden Brown #AB7212

Tints of Golden Brown #AB7212

Color information

#AB7212 (or 0xAB7212) is unknown color: approx Golden Brown. HEX triplet: AB, 72 and 12. RGB value is (171,114,18). Sum of RGB (Red+Green+Blue) = 171+114+18=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7212 is #548DED. Grayscale: #787878. Windows color (decimal): -5541358 or 1209003. OLE color: 1209003.

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

Color convert

RGB17111418-
CMYK00.330.890.33
HSL37.65º80.95%37.06%-
HSV(B)37.65º89.47%67.06%-
XYZ22.9220.743.37-
YUV120.170.38164.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.44%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=56.44%
G=37.62%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711141800.330.890.3337.6580.9537.06
HexAB72120215921265125
Octal25316222041131414612145
Binary10101011111001010010010000110110011000011001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7212; }

 p { color: rgb(171,114,18); }

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

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

 a { background-color: rgb(171,114,18); }

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

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

 span { border-color: rgb(171,114,18); }

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