Html Css Color HEX #AA7209 Golden Brown

📋 copy color: '#AA7209'

red 170 ◦ green 114 ◦ blue 9

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

Shades of Golden Brown #AA7209

Tints of Golden Brown #AA7209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.07%

R = 58.02%
G = 38.91%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA7209 (or 0xAA7209) is known color: Golden Brown. HEX triplet: AA, 72 and 09. RGB value is (170,114,9). Sum of RGB (Red+Green+Blue) = 170+114+9=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7209 is #558DF6. Grayscale: #777777. Windows color (decimal): -5606903 or 619178. OLE color: 619178.

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

Color convert

RGB 170 114 9 -
CMYK 0 0.33 0.95 0.33
HSL 39.13º 0.9% 0.35% -
HSV(B) 39.13º 0.95% 0.67% -
XYZ 22.64 20.6 3.04 -
YUV 118.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 170 114 9 0 0.33 0.95 0.33 39.13 0.9 0.35
Hex AA 72 9 0 21 5F 21 27 5A 23
Octal 252 162 11 0 41 137 41 47 132 43
Binary 10101010 1110010 1001 0 100001 1011111 100001 100111 1011010 100011

Color Harmonies of #AA7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7209

Black with #AA7209

Text Example


Text Example

White with #AA7209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7209; }

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

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

background-color css

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

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

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

border-color css

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

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

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