Html Css Color HEX #AA5524 Rich Gold

📋 copy color: '#AA5524'

red 170 ◦ green 85 ◦ blue 36

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

Shades of Rich Gold #AA5524

Tints of Rich Gold #AA5524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 58.42%
G = 29.21%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA5524 (or 0xAA5524) is known color: Rich Gold. HEX triplet: AA, 55 and 24. RGB value is (170,85,36). Sum of RGB (Red+Green+Blue) = 170+85+36=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5524 is #55AADB. Grayscale: #696969. Windows color (decimal): -5614300 or 2381226. OLE color: 2381226.

HSL color Cylindrical-coordinate representation of color #AA5524: hue angle of 21.94º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA5524 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 36 -
CMYK 0 0.50 0.79 0.33
HSL 21.94º 0.65% 0.4% -
HSV(B) 21.94º 0.79% 0.67% -
XYZ 20.14 15.17 3.54 -
YUV 104.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 170 85 36 0 0.50 0.79 0.33 21.94 0.65 0.4
Hex AA 55 24 0 32 4F 21 16 41 28
Octal 252 125 44 0 62 117 41 26 101 50
Binary 10101010 1010101 100100 0 110010 1001111 100001 10110 1000001 101000

Color Harmonies of #AA5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5524

Black with #AA5524

Text Example


Text Example

White with #AA5524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5524; }

 p { color: rgb(170,85,36); }

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

background-color css

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

 a { background-color: rgb(170,85,36); }

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

border-color css

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

 span { border-color: rgb(170,85,36); }

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