Html Css Color HEX #A04E12 Rich Gold

📋 copy color: '#A04E12'

red 160 ◦ green 78 ◦ blue 18

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

Shades of Rich Gold #A04E12

Tints of Rich Gold #A04E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 62.5%
G = 30.47%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04E12 (or 0xA04E12) is known color: Rich Gold. HEX triplet: A0, 4E and 12. RGB value is (160,78,18). Sum of RGB (Red+Green+Blue) = 160+78+18=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E12 is #5FB1ED. Grayscale: #606060. Windows color (decimal): -6271470 or 1199776. OLE color: 1199776.

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

Color convert

RGB 160 78 18 -
CMYK 0 0.51 0.89 0.37
HSL 25.35º 0.8% 0.35% -
HSV(B) 25.35º 0.89% 0.63% -
XYZ 17.33 12.97 2.16 -
YUV 95.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 160 78 18 0 0.51 0.89 0.37 25.35 0.8 0.35
Hex A0 4E 12 0 33 59 25 19 50 23
Octal 240 116 22 0 63 131 45 31 120 43
Binary 10100000 1001110 10010 0 110011 1011001 100101 11001 1010000 100011

Color Harmonies of #A04E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E12

Black with #A04E12

Text Example


Text Example

White with #A04E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E12; }

 p { color: rgb(160,78,18); }

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

background-color css

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

 a { background-color: rgb(160,78,18); }

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

border-color css

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

 span { border-color: rgb(160,78,18); }

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