Html Css Color HEX #A04914 Rich Gold

📋 copy color: '#A04914'

red 160 ◦ green 73 ◦ blue 20

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

Shades of Rich Gold #A04914

Tints of Rich Gold #A04914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 63.24%
G = 28.85%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A04914 (or 0xA04914) is known color: Rich Gold. HEX triplet: A0, 49 and 14. RGB value is (160,73,20). Sum of RGB (Red+Green+Blue) = 160+73+20=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04914 is #5FB6EB. Grayscale: #5D5D5D. Windows color (decimal): -6272748 or 1329568. OLE color: 1329568.

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

Color convert

RGB 160 73 20 -
CMYK 0 0.54 0.88 0.37
HSL 22.71º 0.78% 0.35% -
HSV(B) 22.71º 0.88% 0.63% -
XYZ 17.01 12.29 2.14 -
YUV 92.97 86.82 175.81 -
System Red Green Blue C M Y K H S L
Decimal 160 73 20 0 0.54 0.88 0.37 22.71 0.78 0.35
Hex A0 49 14 0 36 58 25 17 4E 23
Octal 240 111 24 0 66 130 45 27 116 43
Binary 10100000 1001001 10100 0 110110 1011000 100101 10111 1001110 100011

Color Harmonies of #A04914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04914

Black with #A04914

Text Example


Text Example

White with #A04914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04914; }

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

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

background-color css

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

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

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

border-color css

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

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

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