Html Css Color HEX #AA4F19 Rich Gold

📋 copy color: '#AA4F19'

red 170 ◦ green 79 ◦ blue 25

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

Shades of Rich Gold #AA4F19

Tints of Rich Gold #AA4F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 62.04%
G = 28.83%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA4F19 (or 0xAA4F19) is known color: Rich Gold. HEX triplet: AA, 4F and 19. RGB value is (170,79,25). Sum of RGB (Red+Green+Blue) = 170+79+25=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4F19 is #55B0E6. Grayscale: #646464. Windows color (decimal): -5615847 or 1658794. OLE color: 1658794.

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

Color convert

RGB 170 79 25 -
CMYK 0 0.54 0.85 0.33
HSL 22.34º 0.74% 0.38% -
HSV(B) 22.34º 0.85% 0.67% -
XYZ 19.55 14.21 2.63 -
YUV 100.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 170 79 25 0 0.54 0.85 0.33 22.34 0.74 0.38
Hex AA 4F 19 0 36 55 21 16 4A 26
Octal 252 117 31 0 66 125 41 26 112 46
Binary 10101010 1001111 11001 0 110110 1010101 100001 10110 1001010 100110

Color Harmonies of #AA4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F19

Black with #AA4F19

Text Example


Text Example

White with #AA4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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