Html Css Color HEX #AB7112 Golden Brown

📋 copy color: '#AB7112'

red 171 ◦ green 113 ◦ blue 18

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

Shades of Golden Brown #AB7112

Tints of Golden Brown #AB7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

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

R = 56.62%
G = 37.42%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB7112 (or 0xAB7112) is known color: Golden Brown. HEX triplet: AB, 71 and 12. RGB value is (171,113,18). Sum of RGB (Red+Green+Blue) = 171+113+18=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7112 is #548EED. Grayscale: #777777. Windows color (decimal): -5541614 or 1208747. OLE color: 1208747.

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

Color convert

RGB 171 113 18 -
CMYK 0 0.34 0.89 0.33
HSL 37.25º 0.81% 0.37% -
HSV(B) 37.25º 0.89% 0.67% -
XYZ 22.81 20.51 3.33 -
YUV 119.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 171 113 18 0 0.34 0.89 0.33 37.25 0.81 0.37
Hex AB 71 12 0 22 59 21 25 51 25
Octal 253 161 22 0 42 131 41 45 121 45
Binary 10101011 1110001 10010 0 100010 1011001 100001 100101 1010001 100101

Color Harmonies of #AB7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7112

Black with #AB7112

Text Example


Text Example

White with #AB7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7112; }

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

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

background-color css

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

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

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

border-color css

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

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

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