Html Css Color HEX #A04925 Rich Gold

📋 copy color: '#A04925'

red 160 ◦ green 73 ◦ blue 37

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

Shades of Rich Gold #A04925

Tints of Rich Gold #A04925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 59.26%
G = 27.04%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A04925 (or 0xA04925) is known color: Rich Gold. HEX triplet: A0, 49 and 25. RGB value is (160,73,37). Sum of RGB (Red+Green+Blue) = 160+73+37=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A04925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04925 is #5FB6DA. Grayscale: #5F5F5F. Windows color (decimal): -6272731 or 2443680. OLE color: 2443680.

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

Color convert

RGB 160 73 37 -
CMYK 0 0.54 0.77 0.37
HSL 17.56º 0.62% 0.39% -
HSV(B) 17.56º 0.77% 0.63% -
XYZ 17.21 12.37 3.23 -
YUV 94.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 160 73 37 0 0.54 0.77 0.37 17.56 0.62 0.39
Hex A0 49 25 0 36 4D 25 12 3E 27
Octal 240 111 45 0 66 115 45 22 76 47
Binary 10100000 1001001 100101 0 110110 1001101 100101 10010 111110 100111

Color Harmonies of #A04925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04925

Black with #A04925

Text Example


Text Example

White with #A04925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04925; }

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

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

background-color css

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

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

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

border-color css

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

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

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