Html Css Color HEX #A04A23 Rich Gold

📋 copy color: '#A04A23'

red 160 ◦ green 74 ◦ blue 35

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

Shades of Rich Gold #A04A23

Tints of Rich Gold #A04A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 59.48%
G = 27.51%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04A23 (or 0xA04A23) is known color: Rich Gold. HEX triplet: A0, 4A and 23. RGB value is (160,74,35). Sum of RGB (Red+Green+Blue) = 160+74+35=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A23 is #5FB5DC. Grayscale: #5F5F5F. Windows color (decimal): -6272477 or 2312864. OLE color: 2312864.

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

Color convert

RGB 160 74 35 -
CMYK 0 0.54 0.78 0.37
HSL 18.72º 0.64% 0.38% -
HSV(B) 18.72º 0.78% 0.63% -
XYZ 17.25 12.49 3.09 -
YUV 95.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 160 74 35 0 0.54 0.78 0.37 18.72 0.64 0.38
Hex A0 4A 23 0 36 4E 25 13 40 26
Octal 240 112 43 0 66 116 45 23 100 46
Binary 10100000 1001010 100011 0 110110 1001110 100101 10011 1000000 100110

Color Harmonies of #A04A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A23

Black with #A04A23

Text Example


Text Example

White with #A04A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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