Html Css Color HEX #AA4E19 Rich Gold

📋 copy color: '#AA4E19'

red 170 ◦ green 78 ◦ blue 25

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

Shades of Rich Gold #AA4E19

Tints of Rich Gold #AA4E19

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

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

R = 62.27%
G = 28.57%
B = 9.16%

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

#AA4E19 (or 0xAA4E19) is known color: Rich Gold. HEX triplet: AA, 4E and 19. RGB value is (170,78,25). Sum of RGB (Red+Green+Blue) = 170+78+25=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E19 is #55B1E6. Grayscale: #636363. Windows color (decimal): -5616103 or 1658538. OLE color: 1658538.

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

Color convert

RGB 170 78 25 -
CMYK 0 0.54 0.85 0.33
HSL 21.93º 0.74% 0.38% -
HSV(B) 21.93º 0.85% 0.67% -
XYZ 19.48 14.07 2.61 -
YUV 99.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 170 78 25 0 0.54 0.85 0.33 21.93 0.74 0.38
Hex AA 4E 19 0 36 55 21 16 4A 26
Octal 252 116 31 0 66 125 41 26 112 46
Binary 10101010 1001110 11001 0 110110 1010101 100001 10110 1001010 100110

Color Harmonies of #AA4E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E19

Black with #AA4E19

Text Example


Text Example

White with #AA4E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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