#A04E6E

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

Shades of Cadillac #A04E6E

Tints of Cadillac #A04E6E

Color information

#A04E6E (or 0xA04E6E) is unknown color: approx Cadillac. HEX triplet: A0, 4E and 6E. RGB value is (160,78,110). Sum of RGB (Red+Green+Blue) = 160+78+110=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E6E is #5FB191. Grayscale: #6A6A6A. Windows color (decimal): -6271378 or 7229088. OLE color: 7229088.

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

Color convert

RGB16078110-
CMYK00.510.310.37
HSL336.59º34.45%46.67%-
HSV(B)336.59º51.25%62.75%-
XYZ20.0414.0516.41-
YUV106.17130.17166.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.98%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=45.98%
G=22.41%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607811000.510.310.37336.5934.4546.67
HexA04E6E0331F25151222f
Octal24011615606337455214257
Binary1010000010011101101110011001111111100101101010001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E6E; }

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

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

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

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

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

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

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

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