Html Css Color HEX #AA5A19 Rich Gold

📋 copy color: '#AA5A19'

red 170 ◦ green 90 ◦ blue 25

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

Shades of Rich Gold #AA5A19

Tints of Rich Gold #AA5A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.77%

R = 59.65%
G = 31.58%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA5A19 (or 0xAA5A19) is known color: Rich Gold. HEX triplet: AA, 5A and 19. RGB value is (170,90,25). Sum of RGB (Red+Green+Blue) = 170+90+25=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A19 is #55A5E6. Grayscale: #6A6A6A. Windows color (decimal): -5613031 or 1661610. OLE color: 1661610.

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

Color convert

RGB 170 90 25 -
CMYK 0 0.47 0.85 0.33
HSL 26.9º 0.74% 0.38% -
HSV(B) 26.9º 0.85% 0.67% -
XYZ 20.41 15.93 2.92 -
YUV 106.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 170 90 25 0 0.47 0.85 0.33 26.9 0.74 0.38
Hex AA 5A 19 0 2F 55 21 1B 4A 26
Octal 252 132 31 0 57 125 41 33 112 46
Binary 10101010 1011010 11001 0 101111 1010101 100001 11011 1001010 100110

Color Harmonies of #AA5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A19

Black with #AA5A19

Text Example


Text Example

White with #AA5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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