Html Css Color HEX #A04A17 Rich Gold

📋 copy color: '#A04A17'

red 160 ◦ green 74 ◦ blue 23

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

Shades of Rich Gold #A04A17

Tints of Rich Gold #A04A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 23 (9.38% from 255) = 8.95%

R = 62.26%
G = 28.79%
B = 8.95%

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

#A04A17 (or 0xA04A17) is known color: Rich Gold. HEX triplet: A0, 4A and 17. RGB value is (160,74,23). Sum of RGB (Red+Green+Blue) = 160+74+23=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A17 is #5FB5E8. Grayscale: #5E5E5E. Windows color (decimal): -6272489 or 1526432. OLE color: 1526432.

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

Color convert

RGB 160 74 23 -
CMYK 0 0.54 0.86 0.37
HSL 22.34º 0.75% 0.36% -
HSV(B) 22.34º 0.86% 0.63% -
XYZ 17.1 12.43 2.31 -
YUV 93.9 87.99 175.15 -
System Red Green Blue C M Y K H S L
Decimal 160 74 23 0 0.54 0.86 0.37 22.34 0.75 0.36
Hex A0 4A 17 0 36 56 25 16 4B 24
Octal 240 112 27 0 66 126 45 26 113 44
Binary 10100000 1001010 10111 0 110110 1010110 100101 10110 1001011 100100

Color Harmonies of #A04A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A17

Black with #A04A17

Text Example


Text Example

White with #A04A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A17; }

 p { color: rgb(160,74,23); }

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

background-color css

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

 a { background-color: rgb(160,74,23); }

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

border-color css

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

 span { border-color: rgb(160,74,23); }

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