Html Css Color HEX #AB7012 Golden Brown

📋 copy color: '#AB7012'

red 171 ◦ green 112 ◦ blue 18

#AB7012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AB7012

Tints of Golden Brown #AB7012

RGB

 RED value IS 171 (67.19% from 255) = 56.81%

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 18 (7.42% from 255) = 5.98%

R = 56.81%
G = 37.21%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB7012 (or 0xAB7012) is known color: Golden Brown. HEX triplet: AB, 70 and 12. RGB value is (171,112,18). Sum of RGB (Red+Green+Blue) = 171+112+18=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7012 is #548FED. Grayscale: #777777. Windows color (decimal): -5541870 or 1208491. OLE color: 1208491.

HSL color Cylindrical-coordinate representation of color #AB7012: hue angle of 36.86º 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 #AB7012 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 18 -
CMYK 0 0.35 0.89 0.33
HSL 36.86º 0.81% 0.37% -
HSV(B) 36.86º 0.89% 0.67% -
XYZ 22.7 20.29 3.29 -
YUV 118.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 171 112 18 0 0.35 0.89 0.33 36.86 0.81 0.37
Hex AB 70 12 0 23 59 21 25 51 25
Octal 253 160 22 0 43 131 41 45 121 45
Binary 10101011 1110000 10010 0 100011 1011001 100001 100101 1010001 100101

Color Harmonies of #AB7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7012

Black with #AB7012

Text Example


Text Example

White with #AB7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7012; }

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

 H1.HeaderClassName
 {
   color: #AB7012;
 }
 .AnyTagClassName
 {
   color: #AB7012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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