#A04E66

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

Shades of Cadillac #A04E66

Tints of Cadillac #A04E66

Color information

#A04E66 (or 0xA04E66) is unknown color: approx Cadillac. HEX triplet: A0, 4E and 66. RGB value is (160,78,102). Sum of RGB (Red+Green+Blue) = 160+78+102=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E66 is #5FB199. Grayscale: #696969. Windows color (decimal): -6271386 or 6704800. OLE color: 6704800.

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

Color convert

RGB16078102-
CMYK00.510.360.37
HSL342.44º34.45%46.67%-
HSV(B)342.44º51.25%62.75%-
XYZ19.6213.8814.22-
YUV105.25126.17167.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 102 (40.23% from 255) = 30%
R=47.06%
G=22.94%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607810200.510.360.37342.4434.4546.67
HexA04E660332425156222f
Octal24011614606344455264257
Binary10100000100111011001100110011100100100101101010110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E66; }

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

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

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

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

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

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

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

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