Html Css Color HEX #A04818 Rich Gold

📋 copy color: '#A04818'

red 160 ◦ green 72 ◦ blue 24

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

Shades of Rich Gold #A04818

Tints of Rich Gold #A04818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

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

R = 62.5%
G = 28.13%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A04818 (or 0xA04818) is known color: Rich Gold. HEX triplet: A0, 48 and 18. RGB value is (160,72,24). Sum of RGB (Red+Green+Blue) = 160+72+24=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A04818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04818 is #5FB7E7. Grayscale: #5D5D5D. Windows color (decimal): -6273000 or 1591456. OLE color: 1591456.

HSL color Cylindrical-coordinate representation of color #A04818: hue angle of 21.18º 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 #A04818 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 24 -
CMYK 0 0.55 0.85 0.37
HSL 21.18º 0.74% 0.36% -
HSV(B) 21.18º 0.85% 0.63% -
XYZ 16.98 12.17 2.32 -
YUV 92.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 160 72 24 0 0.55 0.85 0.37 21.18 0.74 0.36
Hex A0 48 18 0 37 55 25 15 4A 24
Octal 240 110 30 0 67 125 45 25 112 44
Binary 10100000 1001000 11000 0 110111 1010101 100101 10101 1001010 100100

Color Harmonies of #A04818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04818

Black with #A04818

Text Example


Text Example

White with #A04818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04818; }

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

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

background-color css

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

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

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

border-color css

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

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

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