Html Css Color HEX #AA5E21 Rich Gold

📋 copy color: '#AA5E21'

red 170 ◦ green 94 ◦ blue 33

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

Shades of Rich Gold #AA5E21

Tints of Rich Gold #AA5E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.65%

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 57.24%
G = 31.65%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA5E21 (or 0xAA5E21) is known color: Rich Gold. HEX triplet: AA, 5E and 21. RGB value is (170,94,33). Sum of RGB (Red+Green+Blue) = 170+94+33=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E21 is #55A1DE. Grayscale: #6E6E6E. Windows color (decimal): -5611999 or 2186922. OLE color: 2186922.

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

Color convert

RGB 170 94 33 -
CMYK 0 0.45 0.81 0.33
HSL 26.72º 0.67% 0.4% -
HSV(B) 26.72º 0.81% 0.67% -
XYZ 20.85 16.66 3.56 -
YUV 109.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 170 94 33 0 0.45 0.81 0.33 26.72 0.67 0.4
Hex AA 5E 21 0 2D 51 21 1B 43 28
Octal 252 136 41 0 55 121 41 33 103 50
Binary 10101010 1011110 100001 0 101101 1010001 100001 11011 1000011 101000

Color Harmonies of #AA5E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E21

Black with #AA5E21

Text Example


Text Example

White with #AA5E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E21; }

 p { color: rgb(170,94,33); }

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

background-color css

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

 a { background-color: rgb(170,94,33); }

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

border-color css

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

 span { border-color: rgb(170,94,33); }

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