#A04E70

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

Shades of Cadillac #A04E70

Tints of Cadillac #A04E70

Color information

#A04E70 (or 0xA04E70) is unknown color: approx Cadillac. HEX triplet: A0, 4E and 70. RGB value is (160,78,112). Sum of RGB (Red+Green+Blue) = 160+78+112=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E70 is #5FB18F. Grayscale: #6A6A6A. Windows color (decimal): -6271376 or 7360160. OLE color: 7360160.

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

Color convert

RGB16078112-
CMYK00.510.300.37
HSL335.12º34.45%46.67%-
HSV(B)335.12º51.25%62.75%-
XYZ20.1514.0916.99-
YUV106.39131.17166.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 112 (44.14% from 255) = 32%
R=45.71%
G=22.29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607811200.510.300.37335.1234.4546.67
HexA04E700331E2514f222f
Octal24011616006336455174257
Binary1010000010011101110000011001111110100101101001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E70; }

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

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

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

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

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

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

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

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