#A44E12

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

Shades of Rich Gold #A44E12

Tints of Rich Gold #A44E12

Color information

#A44E12 (or 0xA44E12) is unknown color: approx Rich Gold. HEX triplet: A4, 4E and 12. RGB value is (164,78,18). Sum of RGB (Red+Green+Blue) = 164+78+18=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44E12 is #5BB1ED. Grayscale: #616161. Windows color (decimal): -6009326 or 1199780. OLE color: 1199780.

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

Color convert

RGB1647818-
CMYK00.520.890.36
HSL24.66º80.22%35.69%-
HSV(B)24.66º89.02%64.31%-
XYZ18.1413.382.2-
YUV96.8783.49175.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.08%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=63.08%
G=30%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164781800.520.890.3624.6680.2235.69
HexA44E120345924195024
Octal24411622064131443112044
Binary1010010010011101001001101001011001100100110011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E12; }

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

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

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

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

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

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

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

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