Html Css Color HEX #A04F19 Rich Gold

📋 copy color: '#A04F19'

red 160 ◦ green 79 ◦ blue 25

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

Shades of Rich Gold #A04F19

Tints of Rich Gold #A04F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.92%

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

R = 60.61%
G = 29.92%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04F19 (or 0xA04F19) is known color: Rich Gold. HEX triplet: A0, 4F and 19. RGB value is (160,79,25). Sum of RGB (Red+Green+Blue) = 160+79+25=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F19 is #5FB0E6. Grayscale: #616161. Windows color (decimal): -6271207 or 1658784. OLE color: 1658784.

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

Color convert

RGB 160 79 25 -
CMYK 0 0.51 0.84 0.37
HSL 24º 0.73% 0.36% -
HSV(B) 24º 0.84% 0.63% -
XYZ 17.47 13.14 2.53 -
YUV 97.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 160 79 25 0 0.51 0.84 0.37 24 0.73 0.36
Hex A0 4F 19 0 33 54 25 18 49 24
Octal 240 117 31 0 63 124 45 30 111 44
Binary 10100000 1001111 11001 0 110011 1010100 100101 11000 1001001 100100

Color Harmonies of #A04F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F19

Black with #A04F19

Text Example


Text Example

White with #A04F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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