#A44E24

Color #A44E24 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A44E24

Tints of Rich Gold #A44E24

Color information

#A44E24 (or 0xA44E24) is unknown color: approx Rich Gold. HEX triplet: A4, 4E and 24. RGB value is (164,78,36). Sum of RGB (Red+Green+Blue) = 164+78+36=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44E24 is #5BB1DB. Grayscale: #636363. Windows color (decimal): -6009308 or 2379428. OLE color: 2379428.

HSL color Cylindrical-coordinate representation of color #A44E24: hue angle of 19.69º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A44E24 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1647836-
CMYK00.520.780.36
HSL19.69º64%39.22%-
HSV(B)19.69º78.05%64.31%-
XYZ18.3513.473.3-
YUV98.9392.49174.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=58.99%
G=28.06%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164783600.520.780.3619.696439.22
HexA44E240344E24144027
Octal24411644064116442410047
Binary10100100100111010010001101001001110100100101001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E24; }

 p { color: rgb(164,78,36); }

 H1.HeaderClassName
 {
   color: #A44E24;
 }
 .AnyTagClassName
 {
   color: #A44E24;
 }
</style>
background-color css

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

 a { background-color: rgb(164,78,36); }

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

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

 span { border-color: rgb(164,78,36); }

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