Html Css Color HEX #AA7112 Golden Brown

📋 copy color: '#AA7112'

red 170 ◦ green 113 ◦ blue 18

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

Shades of Golden Brown #AA7112

Tints of Golden Brown #AA7112

RGB

 RED value IS 170 (66.8% from 255) = 56.48%

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

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

R = 56.48%
G = 37.54%
B = 5.98%

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

#AA7112 (or 0xAA7112) is known color: Golden Brown. HEX triplet: AA, 71 and 12. RGB value is (170,113,18). Sum of RGB (Red+Green+Blue) = 170+113+18=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7112 is #558EED. Grayscale: #777777. Windows color (decimal): -5607150 or 1208746. OLE color: 1208746.

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

Color convert

RGB 170 113 18 -
CMYK 0 0.34 0.89 0.33
HSL 37.5º 0.81% 0.37% -
HSV(B) 37.5º 0.89% 0.67% -
XYZ 22.59 20.4 3.32 -
YUV 119.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 170 113 18 0 0.34 0.89 0.33 37.5 0.81 0.37
Hex AA 71 12 0 22 59 21 26 51 25
Octal 252 161 22 0 42 131 41 46 121 45
Binary 10101010 1110001 10010 0 100010 1011001 100001 100110 1010001 100101

Color Harmonies of #AA7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7112

Black with #AA7112

Text Example


Text Example

White with #AA7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7112; }

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

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

background-color css

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

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

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

border-color css

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

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

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