Html Css Color HEX #A04C18 Rich Gold

📋 copy color: '#A04C18'

red 160 ◦ green 76 ◦ blue 24

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

Shades of Rich Gold #A04C18

Tints of Rich Gold #A04C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 61.54%
G = 29.23%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A04C18 (or 0xA04C18) is known color: Rich Gold. HEX triplet: A0, 4C and 18. RGB value is (160,76,24). Sum of RGB (Red+Green+Blue) = 160+76+24=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C18 is #5FB3E7. Grayscale: #5F5F5F. Windows color (decimal): -6271976 or 1592480. OLE color: 1592480.

HSL color Cylindrical-coordinate representation of color #A04C18: hue angle of 22.94º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A04C18 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 76 24 -
CMYK 0 0.52 0.85 0.37
HSL 22.94º 0.74% 0.36% -
HSV(B) 22.94º 0.85% 0.63% -
XYZ 17.25 12.71 2.41 -
YUV 95.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 160 76 24 0 0.52 0.85 0.37 22.94 0.74 0.36
Hex A0 4C 18 0 34 55 25 17 4A 24
Octal 240 114 30 0 64 125 45 27 112 44
Binary 10100000 1001100 11000 0 110100 1010101 100101 10111 1001010 100100

Color Harmonies of #A04C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C18

Black with #A04C18

Text Example


Text Example

White with #A04C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C18; }

 p { color: rgb(160,76,24); }

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

background-color css

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

 a { background-color: rgb(160,76,24); }

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

border-color css

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

 span { border-color: rgb(160,76,24); }

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