Html Css Color HEX #A04E28 Rich Gold

📋 copy color: '#A04E28'

red 160 ◦ green 78 ◦ blue 40

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

Shades of Rich Gold #A04E28

Tints of Rich Gold #A04E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 57.55%
G = 28.06%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A04E28 (or 0xA04E28) is known color: Rich Gold. HEX triplet: A0, 4E and 28. RGB value is (160,78,40). Sum of RGB (Red+Green+Blue) = 160+78+40=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E28 is #5FB1D7. Grayscale: #626262. Windows color (decimal): -6271448 or 2641568. OLE color: 2641568.

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

Color convert

RGB 160 78 40 -
CMYK 0 0.51 0.75 0.37
HSL 19º 0.6% 0.39% -
HSV(B) 19º 0.75% 0.63% -
XYZ 17.6 13.08 3.6 -
YUV 98.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 160 78 40 0 0.51 0.75 0.37 19 0.6 0.39
Hex A0 4E 28 0 33 4B 25 13 3C 27
Octal 240 116 50 0 63 113 45 23 74 47
Binary 10100000 1001110 101000 0 110011 1001011 100101 10011 111100 100111

Color Harmonies of #A04E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E28

Black with #A04E28

Text Example


Text Example

White with #A04E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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