Html Css Color HEX #AA7212 Golden Brown

📋 copy color: '#AA7212'

red 170 ◦ green 114 ◦ blue 18

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

Shades of Golden Brown #AA7212

Tints of Golden Brown #AA7212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 56.29%
G = 37.75%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA7212 (or 0xAA7212) is known color: Golden Brown. HEX triplet: AA, 72 and 12. RGB value is (170,114,18). Sum of RGB (Red+Green+Blue) = 170+114+18=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7212 is #558DED. Grayscale: #787878. Windows color (decimal): -5606894 or 1209002. OLE color: 1209002.

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

Color convert

RGB 170 114 18 -
CMYK 0 0.33 0.89 0.33
HSL 37.89º 0.81% 0.37% -
HSV(B) 37.89º 0.89% 0.67% -
XYZ 22.7 20.62 3.36 -
YUV 119.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 170 114 18 0 0.33 0.89 0.33 37.89 0.81 0.37
Hex AA 72 12 0 21 59 21 26 51 25
Octal 252 162 22 0 41 131 41 46 121 45
Binary 10101010 1110010 10010 0 100001 1011001 100001 100110 1010001 100101

Color Harmonies of #AA7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7212

Black with #AA7212

Text Example


Text Example

White with #AA7212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7212; }

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

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

background-color css

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

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

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

border-color css

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

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

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