#A04E60

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

Shades of Cadillac #A04E60

Tints of Cadillac #A04E60

Color information

#A04E60 (or 0xA04E60) is unknown color: approx Cadillac. HEX triplet: A0, 4E and 60. RGB value is (160,78,96). Sum of RGB (Red+Green+Blue) = 160+78+96=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E60 is #5FB19F. Grayscale: #686868. Windows color (decimal): -6271392 or 6311584. OLE color: 6311584.

HSL color Cylindrical-coordinate representation of color #A04E60: hue angle of 346.83º 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 #A04E60 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1607896-
CMYK00.510.40.37
HSL346.83º34.45%46.67%-
HSV(B)346.83º51.25%62.75%-
XYZ19.3313.7712.7-
YUV104.57123.17167.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.90%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=47.90%
G=23.35%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160789600.510.40.37346.8334.4546.67
HexA04E60033282515b222f
Octal24011614006350455334257
Binary10100000100111011000000110011101000100101101011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E60; }

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

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

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

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

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

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

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

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