Html Css Color HEX #A04C19 Rich Gold

📋 copy color: '#A04C19'

red 160 ◦ green 76 ◦ blue 25

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

Shades of Rich Gold #A04C19

Tints of Rich Gold #A04C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

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

R = 61.3%
G = 29.12%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04C19 (or 0xA04C19) is known color: Rich Gold. HEX triplet: A0, 4C and 19. RGB value is (160,76,25). Sum of RGB (Red+Green+Blue) = 160+76+25=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C19 is #5FB3E6. Grayscale: #5F5F5F. Windows color (decimal): -6271975 or 1658016. OLE color: 1658016.

HSL color Cylindrical-coordinate representation of color #A04C19: hue angle of 22.67º 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 #A04C19 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 76 25 -
CMYK 0 0.52 0.84 0.37
HSL 22.67º 0.73% 0.36% -
HSV(B) 22.67º 0.84% 0.63% -
XYZ 17.26 12.71 2.46 -
YUV 95.3 88.33 174.15 -
System Red Green Blue C M Y K H S L
Decimal 160 76 25 0 0.52 0.84 0.37 22.67 0.73 0.36
Hex A0 4C 19 0 34 54 25 17 49 24
Octal 240 114 31 0 64 124 45 27 111 44
Binary 10100000 1001100 11001 0 110100 1010100 100101 10111 1001001 100100

Color Harmonies of #A04C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C19

Black with #A04C19

Text Example


Text Example

White with #A04C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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