Html Css Color HEX #AA4919 Rich Gold

📋 copy color: '#AA4919'

red 170 ◦ green 73 ◦ blue 25

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

Shades of Rich Gold #AA4919

Tints of Rich Gold #AA4919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

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

R = 63.43%
G = 27.24%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA4919 (or 0xAA4919) is known color: Rich Gold. HEX triplet: AA, 49 and 19. RGB value is (170,73,25). Sum of RGB (Red+Green+Blue) = 170+73+25=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4919 is #55B6E6. Grayscale: #606060. Windows color (decimal): -5617383 or 1657258. OLE color: 1657258.

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

Color convert

RGB 170 73 25 -
CMYK 0 0.57 0.85 0.33
HSL 19.86º 0.74% 0.38% -
HSV(B) 19.86º 0.85% 0.67% -
XYZ 19.14 13.38 2.49 -
YUV 96.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 170 73 25 0 0.57 0.85 0.33 19.86 0.74 0.38
Hex AA 49 19 0 39 55 21 14 4A 26
Octal 252 111 31 0 71 125 41 24 112 46
Binary 10101010 1001001 11001 0 111001 1010101 100001 10100 1001010 100110

Color Harmonies of #AA4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4919

Black with #AA4919

Text Example


Text Example

White with #AA4919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4919; }

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

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

background-color css

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

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

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

border-color css

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

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

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