Html Css Color HEX #AA7109 Golden Brown

📋 copy color: '#AA7109'

red 170 ◦ green 113 ◦ blue 9

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

Shades of Golden Brown #AA7109

Tints of Golden Brown #AA7109

RGB

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

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

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

R = 58.22%
G = 38.7%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA7109 (or 0xAA7109) is known color: Golden Brown. HEX triplet: AA, 71 and 09. RGB value is (170,113,9). Sum of RGB (Red+Green+Blue) = 170+113+9=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7109 is #558EF6. Grayscale: #767676. Windows color (decimal): -5607159 or 618922. OLE color: 618922.

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

Color convert

RGB 170 113 9 -
CMYK 0 0.34 0.95 0.33
HSL 38.76º 0.9% 0.35% -
HSV(B) 38.76º 0.95% 0.67% -
XYZ 22.53 20.38 3 -
YUV 118.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 170 113 9 0 0.34 0.95 0.33 38.76 0.9 0.35
Hex AA 71 9 0 22 5F 21 27 5A 23
Octal 252 161 11 0 42 137 41 47 132 43
Binary 10101010 1110001 1001 0 100010 1011111 100001 100111 1011010 100011

Color Harmonies of #AA7109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7109

Black with #AA7109

Text Example


Text Example

White with #AA7109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7109; }

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

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

background-color css

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

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

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

border-color css

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

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

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