Html Css Color HEX #AA6112 Golden Brown

📋 copy color: '#AA6112'

red 170 ◦ green 97 ◦ blue 18

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

Shades of Golden Brown #AA6112

Tints of Golden Brown #AA6112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 59.65%
G = 34.04%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA6112 (or 0xAA6112) is known color: Golden Brown. HEX triplet: AA, 61 and 12. RGB value is (170,97,18). Sum of RGB (Red+Green+Blue) = 170+97+18=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6112 is #559EED. Grayscale: #6E6E6E. Windows color (decimal): -5611246 or 1204650. OLE color: 1204650.

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

Color convert

RGB 170 97 18 -
CMYK 0 0.43 0.89 0.33
HSL 31.18º 0.81% 0.37% -
HSV(B) 31.18º 0.89% 0.67% -
XYZ 20.96 17.14 2.78 -
YUV 109.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 170 97 18 0 0.43 0.89 0.33 31.18 0.81 0.37
Hex AA 61 12 0 2B 59 21 1F 51 25
Octal 252 141 22 0 53 131 41 37 121 45
Binary 10101010 1100001 10010 0 101011 1011001 100001 11111 1010001 100101

Color Harmonies of #AA6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6112

Black with #AA6112

Text Example


Text Example

White with #AA6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6112; }

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

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

background-color css

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

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

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

border-color css

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

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

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