Html Css Color HEX #A04916 Rich Gold

📋 copy color: '#A04916'

red 160 ◦ green 73 ◦ blue 22

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

Shades of Rich Gold #A04916

Tints of Rich Gold #A04916

RGB

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

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

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

R = 62.75%
G = 28.63%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A04916 (or 0xA04916) is known color: Rich Gold. HEX triplet: A0, 49 and 16. RGB value is (160,73,22). Sum of RGB (Red+Green+Blue) = 160+73+22=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A04916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04916 is #5FB6E9. Grayscale: #5D5D5D. Windows color (decimal): -6272746 or 1460640. OLE color: 1460640.

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

Color convert

RGB 160 73 22 -
CMYK 0 0.54 0.86 0.37
HSL 22.17º 0.76% 0.36% -
HSV(B) 22.17º 0.86% 0.63% -
XYZ 17.02 12.3 2.24 -
YUV 93.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 160 73 22 0 0.54 0.86 0.37 22.17 0.76 0.36
Hex A0 49 16 0 36 56 25 16 4C 24
Octal 240 111 26 0 66 126 45 26 114 44
Binary 10100000 1001001 10110 0 110110 1010110 100101 10110 1001100 100100

Color Harmonies of #A04916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04916

Black with #A04916

Text Example


Text Example

White with #A04916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04916; }

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

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

background-color css

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

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

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

border-color css

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

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

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