Html Css Color HEX #AA5219 Rich Gold

📋 copy color: '#AA5219'

red 170 ◦ green 82 ◦ blue 25

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

Shades of Rich Gold #AA5219

Tints of Rich Gold #AA5219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

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

R = 61.37%
G = 29.6%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA5219 (or 0xAA5219) is known color: Rich Gold. HEX triplet: AA, 52 and 19. RGB value is (170,82,25). Sum of RGB (Red+Green+Blue) = 170+82+25=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5219 is #55ADE6. Grayscale: #666666. Windows color (decimal): -5615079 or 1659562. OLE color: 1659562.

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

Color convert

RGB 170 82 25 -
CMYK 0 0.52 0.85 0.33
HSL 23.59º 0.74% 0.38% -
HSV(B) 23.59º 0.85% 0.67% -
XYZ 19.77 14.65 2.71 -
YUV 101.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 170 82 25 0 0.52 0.85 0.33 23.59 0.74 0.38
Hex AA 52 19 0 34 55 21 18 4A 26
Octal 252 122 31 0 64 125 41 30 112 46
Binary 10101010 1010010 11001 0 110100 1010101 100001 11000 1001010 100110

Color Harmonies of #AA5219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5219

Black with #AA5219

Text Example


Text Example

White with #AA5219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5219; }

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

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

background-color css

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

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

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

border-color css

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

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

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