Html Css Color HEX #AA5321 Rich Gold

📋 copy color: '#AA5321'

red 170 ◦ green 83 ◦ blue 33

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

Shades of Rich Gold #AA5321

Tints of Rich Gold #AA5321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 59.44%
G = 29.02%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA5321 (or 0xAA5321) is known color: Rich Gold. HEX triplet: AA, 53 and 21. RGB value is (170,83,33). Sum of RGB (Red+Green+Blue) = 170+83+33=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5321 is #55ACDE. Grayscale: #676767. Windows color (decimal): -5614815 or 2184106. OLE color: 2184106.

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

Color convert

RGB 170 83 33 -
CMYK 0 0.51 0.81 0.33
HSL 21.9º 0.67% 0.4% -
HSV(B) 21.9º 0.81% 0.67% -
XYZ 19.95 14.84 3.25 -
YUV 103.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 170 83 33 0 0.51 0.81 0.33 21.9 0.67 0.4
Hex AA 53 21 0 33 51 21 16 43 28
Octal 252 123 41 0 63 121 41 26 103 50
Binary 10101010 1010011 100001 0 110011 1010001 100001 10110 1000011 101000

Color Harmonies of #AA5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5321

Black with #AA5321

Text Example


Text Example

White with #AA5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5321; }

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

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

background-color css

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

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

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

border-color css

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

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

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