Html Css Color HEX #A04924 Rich Gold

📋 copy color: '#A04924'

red 160 ◦ green 73 ◦ blue 36

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

Shades of Rich Gold #A04924

Tints of Rich Gold #A04924

RGB

 RED value IS 160 (62.89% from 255) = 59.48%

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

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 59.48%
G = 27.14%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04924 (or 0xA04924) is known color: Rich Gold. HEX triplet: A0, 49 and 24. RGB value is (160,73,36). Sum of RGB (Red+Green+Blue) = 160+73+36=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A04924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04924 is #5FB6DB. Grayscale: #5F5F5F. Windows color (decimal): -6272732 or 2378144. OLE color: 2378144.

HSL color Cylindrical-coordinate representation of color #A04924: hue angle of 17.9º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A04924 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 36 -
CMYK 0 0.54 0.78 0.37
HSL 17.9º 0.63% 0.38% -
HSV(B) 17.9º 0.78% 0.63% -
XYZ 17.2 12.37 3.15 -
YUV 94.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 160 73 36 0 0.54 0.78 0.37 17.9 0.63 0.38
Hex A0 49 24 0 36 4E 25 12 3F 26
Octal 240 111 44 0 66 116 45 22 77 46
Binary 10100000 1001001 100100 0 110110 1001110 100101 10010 111111 100110

Color Harmonies of #A04924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04924

Black with #A04924

Text Example


Text Example

White with #A04924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04924; }

 p { color: rgb(160,73,36); }

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

background-color css

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

 a { background-color: rgb(160,73,36); }

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

border-color css

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

 span { border-color: rgb(160,73,36); }

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