Html Css Color HEX #A04A19 Rich Gold

📋 copy color: '#A04A19'

red 160 ◦ green 74 ◦ blue 25

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

Shades of Rich Gold #A04A19

Tints of Rich Gold #A04A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

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

R = 61.78%
G = 28.57%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04A19 (or 0xA04A19) is known color: Rich Gold. HEX triplet: A0, 4A and 19. RGB value is (160,74,25). Sum of RGB (Red+Green+Blue) = 160+74+25=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A19 is #5FB5E6. Grayscale: #5E5E5E. Windows color (decimal): -6272487 or 1657504. OLE color: 1657504.

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

Color convert

RGB 160 74 25 -
CMYK 0 0.54 0.84 0.37
HSL 21.78º 0.73% 0.36% -
HSV(B) 21.78º 0.84% 0.63% -
XYZ 17.12 12.44 2.42 -
YUV 94.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 160 74 25 0 0.54 0.84 0.37 21.78 0.73 0.36
Hex A0 4A 19 0 36 54 25 16 49 24
Octal 240 112 31 0 66 124 45 26 111 44
Binary 10100000 1001010 11001 0 110110 1010100 100101 10110 1001001 100100

Color Harmonies of #A04A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A19

Black with #A04A19

Text Example


Text Example

White with #A04A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A19; }

 p { color: rgb(160,74,25); }

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

background-color css

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

 a { background-color: rgb(160,74,25); }

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

border-color css

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

 span { border-color: rgb(160,74,25); }

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