Html Css Color HEX #AA5905 Golden Brown

📋 copy color: '#AA5905'

red 170 ◦ green 89 ◦ blue 5

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

Shades of Golden Brown #AA5905

Tints of Golden Brown #AA5905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.71%

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

R = 64.39%
G = 33.71%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA5905 (or 0xAA5905) is known color: Golden Brown. HEX triplet: AA, 59 and 05. RGB value is (170,89,5). Sum of RGB (Red+Green+Blue) = 170+89+5=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5905 is #55A6FA. Grayscale: #686868. Windows color (decimal): -5613307 or 350634. OLE color: 350634.

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

Color convert

RGB 170 89 5 -
CMYK 0 0.48 0.97 0.33
HSL 30.55º 0.94% 0.34% -
HSV(B) 30.55º 0.97% 0.67% -
XYZ 20.18 15.7 2.11 -
YUV 103.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 170 89 5 0 0.48 0.97 0.33 30.55 0.94 0.34
Hex AA 59 5 0 30 61 21 1F 5E 22
Octal 252 131 5 0 60 141 41 37 136 42
Binary 10101010 1011001 101 0 110000 1100001 100001 11111 1011110 100010

Color Harmonies of #AA5905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5905

Black with #AA5905

Text Example


Text Example

White with #AA5905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5905; }

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

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

background-color css

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

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

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

border-color css

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

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

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