#a04e64

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

Shades of Cadillac #A04E64

Tints of Cadillac #A04E64

Color information

#A04E64 (or 0xA04E64) is unknown color: approx Cadillac. HEX triplet: A0, 4E and 64. RGB value is (160,78,100). Sum of RGB (Red+Green+Blue) = 160+78+100=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E64 is #5FB19B. Grayscale: #696969. Windows color (decimal): -6271388 or 6573728. OLE color: 6573728.

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

Color convert

RGB16078100-
CMYK00.510.380.37
HSL343.9º34.45%46.67%-
HSV(B)343.9º51.25%62.75%-
XYZ19.5213.8413.7-
YUV105.03125.17167.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=47.34%
G=23.08%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607810000.510.380.37343.934.4546.67
HexA04E640332625158222f
Octal24011614406346455304257
Binary10100000100111011001000110011100110100101101011000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04e64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04e64; }

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

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

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

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

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

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

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

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