Html Css Color HEX #AA7211 Golden Brown

📋 copy color: '#AA7211'

red 170 ◦ green 114 ◦ blue 17

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

Shades of Golden Brown #AA7211

Tints of Golden Brown #AA7211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 56.48%
G = 37.87%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA7211 (or 0xAA7211) is known color: Golden Brown. HEX triplet: AA, 72 and 11. RGB value is (170,114,17). Sum of RGB (Red+Green+Blue) = 170+114+17=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7211 is #558DEE. Grayscale: #787878. Windows color (decimal): -5606895 or 1143466. OLE color: 1143466.

HSL color Cylindrical-coordinate representation of color #AA7211: hue angle of 38.04º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA7211 is Cyan = 0, Magento = 0.33, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 17 -
CMYK 0 0.33 0.9 0.33
HSL 38.04º 0.82% 0.37% -
HSV(B) 38.04º 0.9% 0.67% -
XYZ 22.7 20.62 3.31 -
YUV 119.69 70.05 163.89 -
System Red Green Blue C M Y K H S L
Decimal 170 114 17 0 0.33 0.9 0.33 38.04 0.82 0.37
Hex AA 72 11 0 21 5A 21 26 52 25
Octal 252 162 21 0 41 132 41 46 122 45
Binary 10101010 1110010 10001 0 100001 1011010 100001 100110 1010010 100101

Color Harmonies of #AA7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7211

Black with #AA7211

Text Example


Text Example

White with #AA7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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