Html Css Color HEX #AA7005 Golden Brown

📋 copy color: '#AA7005'

red 170 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #AA7005

Tints of Golden Brown #AA7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 59.23%
G = 39.02%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA7005 (or 0xAA7005) is known color: Golden Brown. HEX triplet: AA, 70 and 05. RGB value is (170,112,5). Sum of RGB (Red+Green+Blue) = 170+112+5=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7005 is #558FFA. Grayscale: #757575. Windows color (decimal): -5607419 or 356522. OLE color: 356522.

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

Color convert

RGB 170 112 5 -
CMYK 0 0.34 0.97 0.33
HSL 38.91º 0.94% 0.34% -
HSV(B) 38.91º 0.97% 0.67% -
XYZ 22.4 20.15 2.85 -
YUV 117.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 170 112 5 0 0.34 0.97 0.33 38.91 0.94 0.34
Hex AA 70 5 0 22 61 21 27 5E 22
Octal 252 160 5 0 42 141 41 47 136 42
Binary 10101010 1110000 101 0 100010 1100001 100001 100111 1011110 100010

Color Harmonies of #AA7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7005

Black with #AA7005

Text Example


Text Example

White with #AA7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7005; }

 p { color: rgb(170,112,5); }

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

background-color css

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

 a { background-color: rgb(170,112,5); }

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

border-color css

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

 span { border-color: rgb(170,112,5); }

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