Html Css Color HEX #AA5A16 Rich Gold

📋 copy color: '#AA5A16'

red 170 ◦ green 90 ◦ blue 22

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

Shades of Rich Gold #AA5A16

Tints of Rich Gold #AA5A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 60.28%
G = 31.91%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA5A16 (or 0xAA5A16) is known color: Rich Gold. HEX triplet: AA, 5A and 16. RGB value is (170,90,22). Sum of RGB (Red+Green+Blue) = 170+90+22=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A16 is #55A5E9. Grayscale: #6A6A6A. Windows color (decimal): -5613034 or 1465002. OLE color: 1465002.

HSL color Cylindrical-coordinate representation of color #AA5A16: hue angle of 27.57º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA5A16 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 90 22 -
CMYK 0 0.47 0.87 0.33
HSL 27.57º 0.77% 0.38% -
HSV(B) 27.57º 0.87% 0.67% -
XYZ 20.38 15.92 2.76 -
YUV 106.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 170 90 22 0 0.47 0.87 0.33 27.57 0.77 0.38
Hex AA 5A 16 0 2F 57 21 1C 4D 26
Octal 252 132 26 0 57 127 41 34 115 46
Binary 10101010 1011010 10110 0 101111 1010111 100001 11100 1001101 100110

Color Harmonies of #AA5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A16

Black with #AA5A16

Text Example


Text Example

White with #AA5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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