Html Css Color HEX #AA5A24 Rich Gold

📋 copy color: '#AA5A24'

red 170 ◦ green 90 ◦ blue 36

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

Shades of Rich Gold #AA5A24

Tints of Rich Gold #AA5A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

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

R = 57.43%
G = 30.41%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA5A24 (or 0xAA5A24) is known color: Rich Gold. HEX triplet: AA, 5A and 24. RGB value is (170,90,36). Sum of RGB (Red+Green+Blue) = 170+90+36=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A24 is #55A5DB. Grayscale: #6C6C6C. Windows color (decimal): -5613020 or 2382506. OLE color: 2382506.

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

Color convert

RGB 170 90 36 -
CMYK 0 0.47 0.79 0.33
HSL 24.18º 0.65% 0.4% -
HSV(B) 24.18º 0.79% 0.67% -
XYZ 20.55 15.99 3.67 -
YUV 107.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 170 90 36 0 0.47 0.79 0.33 24.18 0.65 0.4
Hex AA 5A 24 0 2F 4F 21 18 41 28
Octal 252 132 44 0 57 117 41 30 101 50
Binary 10101010 1011010 100100 0 101111 1001111 100001 11000 1000001 101000

Color Harmonies of #AA5A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A24

Black with #AA5A24

Text Example


Text Example

White with #AA5A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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