Html Css Color HEX #A04F16 Rich Gold

📋 copy color: '#A04F16'

red 160 ◦ green 79 ◦ blue 22

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

Shades of Rich Gold #A04F16

Tints of Rich Gold #A04F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 61.3%
G = 30.27%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A04F16 (or 0xA04F16) is known color: Rich Gold. HEX triplet: A0, 4F and 16. RGB value is (160,79,22). Sum of RGB (Red+Green+Blue) = 160+79+22=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04F16 is #5FB0E9. Grayscale: #616161. Windows color (decimal): -6271210 or 1462176. OLE color: 1462176.

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

Color convert

RGB 160 79 22 -
CMYK 0 0.51 0.86 0.37
HSL 24.78º 0.76% 0.36% -
HSV(B) 24.78º 0.86% 0.63% -
XYZ 17.44 13.12 2.37 -
YUV 96.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 160 79 22 0 0.51 0.86 0.37 24.78 0.76 0.36
Hex A0 4F 16 0 33 56 25 19 4C 24
Octal 240 117 26 0 63 126 45 31 114 44
Binary 10100000 1001111 10110 0 110011 1010110 100101 11001 1001100 100100

Color Harmonies of #A04F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F16

Black with #A04F16

Text Example


Text Example

White with #A04F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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