Html Css Color HEX #A04815 Rich Gold

📋 copy color: '#A04815'

red 160 ◦ green 72 ◦ blue 21

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

Shades of Rich Gold #A04815

Tints of Rich Gold #A04815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 63.24%
G = 28.46%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A04815 (or 0xA04815) is known color: Rich Gold. HEX triplet: A0, 48 and 15. RGB value is (160,72,21). Sum of RGB (Red+Green+Blue) = 160+72+21=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A04815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04815 is #5FB7EA. Grayscale: #5C5C5C. Windows color (decimal): -6273003 or 1394848. OLE color: 1394848.

HSL color Cylindrical-coordinate representation of color #A04815: hue angle of 22.01º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A04815 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 21 -
CMYK 0 0.55 0.87 0.37
HSL 22.01º 0.77% 0.35% -
HSV(B) 22.01º 0.87% 0.63% -
XYZ 16.95 12.16 2.16 -
YUV 92.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 160 72 21 0 0.55 0.87 0.37 22.01 0.77 0.35
Hex A0 48 15 0 37 57 25 16 4D 23
Octal 240 110 25 0 67 127 45 26 115 43
Binary 10100000 1001000 10101 0 110111 1010111 100101 10110 1001101 100011

Color Harmonies of #A04815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04815

Black with #A04815

Text Example


Text Example

White with #A04815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04815; }

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

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

background-color css

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

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

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

border-color css

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

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

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