#A14560

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

Shades of Cadillac #A14560

Tints of Cadillac #A14560

Color information

#A14560 (or 0xA14560) is unknown color: approx Cadillac. HEX triplet: A1, 45 and 60. RGB value is (161,69,96). Sum of RGB (Red+Green+Blue) = 161+69+96=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A14560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14560 is #5EBA9F. Grayscale: #636363. Windows color (decimal): -6208160 or 6309281. OLE color: 6309281.

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

Color convert

RGB1616996-
CMYK00.570.400.37
HSL342.39º40%45.1%-
HSV(B)342.39º57.14%63.14%-
XYZ18.9412.6812.52-
YUV99.59125.98171.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=49.39%
G=21.17%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161699600.570.400.37342.394045.1
HexA145600392825156282d
Octal24110514007150455265055
Binary10100001100010111000000111001101000100101101010110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14560; }

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

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

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

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

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

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

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

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