Html Css Color HEX #AA4A19 Rich Gold

📋 copy color: '#AA4A19'

red 170 ◦ green 74 ◦ blue 25

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

Shades of Rich Gold #AA4A19

Tints of Rich Gold #AA4A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

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

R = 63.2%
G = 27.51%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA4A19 (or 0xAA4A19) is known color: Rich Gold. HEX triplet: AA, 4A and 19. RGB value is (170,74,25). Sum of RGB (Red+Green+Blue) = 170+74+25=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4A19 is #55B5E6. Grayscale: #616161. Windows color (decimal): -5617127 or 1657514. OLE color: 1657514.

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

Color convert

RGB 170 74 25 -
CMYK 0 0.56 0.85 0.33
HSL 20.28º 0.74% 0.38% -
HSV(B) 20.28º 0.85% 0.67% -
XYZ 19.2 13.51 2.52 -
YUV 97.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 170 74 25 0 0.56 0.85 0.33 20.28 0.74 0.38
Hex AA 4A 19 0 38 55 21 14 4A 26
Octal 252 112 31 0 70 125 41 24 112 46
Binary 10101010 1001010 11001 0 111000 1010101 100001 10100 1001010 100110

Color Harmonies of #AA4A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A19

Black with #AA4A19

Text Example


Text Example

White with #AA4A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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