Html Css Color HEX #AA5705 Golden Brown

📋 copy color: '#AA5705'

red 170 ◦ green 87 ◦ blue 5

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

Shades of Golden Brown #AA5705

Tints of Golden Brown #AA5705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.21%

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

R = 64.89%
G = 33.21%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA5705 (or 0xAA5705) is known color: Golden Brown. HEX triplet: AA, 57 and 05. RGB value is (170,87,5). Sum of RGB (Red+Green+Blue) = 170+87+5=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5705 is #55A8FA. Grayscale: #666666. Windows color (decimal): -5613819 or 350122. OLE color: 350122.

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

Color convert

RGB 170 87 5 -
CMYK 0 0.49 0.97 0.33
HSL 29.82º 0.94% 0.34% -
HSV(B) 29.82º 0.97% 0.67% -
XYZ 20.01 15.37 2.06 -
YUV 102.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 170 87 5 0 0.49 0.97 0.33 29.82 0.94 0.34
Hex AA 57 5 0 31 61 21 1E 5E 22
Octal 252 127 5 0 61 141 41 36 136 42
Binary 10101010 1010111 101 0 110001 1100001 100001 11110 1011110 100010

Color Harmonies of #AA5705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5705

Black with #AA5705

Text Example


Text Example

White with #AA5705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5705; }

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

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

background-color css

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

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

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

border-color css

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

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

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