Html Css Color HEX #A04921 Rich Gold

📋 copy color: '#A04921'

red 160 ◦ green 73 ◦ blue 33

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

Shades of Rich Gold #A04921

Tints of Rich Gold #A04921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 60.15%
G = 27.44%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A04921 (or 0xA04921) is known color: Rich Gold. HEX triplet: A0, 49 and 21. RGB value is (160,73,33). Sum of RGB (Red+Green+Blue) = 160+73+33=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04921 is #5FB6DE. Grayscale: #5E5E5E. Windows color (decimal): -6272735 or 2181536. OLE color: 2181536.

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

Color convert

RGB 160 73 33 -
CMYK 0 0.54 0.79 0.37
HSL 18.9º 0.66% 0.38% -
HSV(B) 18.9º 0.79% 0.63% -
XYZ 17.15 12.35 2.92 -
YUV 94.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 160 73 33 0 0.54 0.79 0.37 18.9 0.66 0.38
Hex A0 49 21 0 36 4F 25 13 42 26
Octal 240 111 41 0 66 117 45 23 102 46
Binary 10100000 1001001 100001 0 110110 1001111 100101 10011 1000010 100110

Color Harmonies of #A04921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04921

Black with #A04921

Text Example


Text Example

White with #A04921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04921; }

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

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

background-color css

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

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

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

border-color css

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

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

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