Html Css Color HEX #A04913 Rich Gold

📋 copy color: '#A04913'

red 160 ◦ green 73 ◦ blue 19

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

Shades of Rich Gold #A04913

Tints of Rich Gold #A04913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 63.49%
G = 28.97%
B = 7.54%

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

#A04913 (or 0xA04913) is known color: Rich Gold. HEX triplet: A0, 49 and 13. RGB value is (160,73,19). Sum of RGB (Red+Green+Blue) = 160+73+19=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A04913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04913 is #5FB6EC. Grayscale: #5D5D5D. Windows color (decimal): -6272749 or 1264032. OLE color: 1264032.

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

Color convert

RGB 160 73 19 -
CMYK 0 0.54 0.88 0.37
HSL 22.98º 0.79% 0.35% -
HSV(B) 22.98º 0.88% 0.63% -
XYZ 17 12.29 2.09 -
YUV 92.86 86.32 175.89 -
System Red Green Blue C M Y K H S L
Decimal 160 73 19 0 0.54 0.88 0.37 22.98 0.79 0.35
Hex A0 49 13 0 36 58 25 17 4F 23
Octal 240 111 23 0 66 130 45 27 117 43
Binary 10100000 1001001 10011 0 110110 1011000 100101 10111 1001111 100011

Color Harmonies of #A04913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04913

Black with #A04913

Text Example


Text Example

White with #A04913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04913; }

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

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

background-color css

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

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

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

border-color css

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

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

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