#A04560

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

Shades of Cadillac #A04560

Tints of Cadillac #A04560

Color information

#A04560 (or 0xA04560) is unknown color: approx Cadillac. HEX triplet: A0, 45 and 60. RGB value is (160,69,96). Sum of RGB (Red+Green+Blue) = 160+69+96=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A04560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04560 is #5FBA9F. Grayscale: #636363. Windows color (decimal): -6273696 or 6309280. OLE color: 6309280.

HSL color Cylindrical-coordinate representation of color #A04560: hue angle of 342.2º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04560 is Cyan = 0, Magento = 0.57, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1606996-
CMYK00.570.40.37
HSL342.2º39.74%44.9%-
HSV(B)342.2º56.88%62.75%-
XYZ18.7412.5712.51-
YUV99.29126.15171.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=49.23%
G=21.23%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160699600.570.40.37342.239.7444.9
HexA045600392825156282d
Octal24010514007150455265055
Binary10100000100010111000000111001101000100101101010110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04560; }

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

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

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

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

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

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

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

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