#A24660

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

Shades of Cadillac #A24660

Tints of Cadillac #A24660

Color information

#A24660 (or 0xA24660) is unknown color: approx Cadillac. HEX triplet: A2, 46 and 60. RGB value is (162,70,96). Sum of RGB (Red+Green+Blue) = 162+70+96=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A24660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24660 is #5DB99F. Grayscale: #646464. Windows color (decimal): -6142368 or 6309538. OLE color: 6309538.

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

Color convert

RGB1627096-
CMYK00.570.410.36
HSL343.04º39.66%45.49%-
HSV(B)343.04º56.79%63.53%-
XYZ19.212.9112.55-
YUV100.47125.48171.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=49.39%
G=21.34%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162709600.570.410.36343.0439.6645.49
HexA246600392924157282d
Octal24210614007151445275055
Binary10100010100011011000000111001101001100100101010111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24660; }

 p { color: rgb(162,70,96); }

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

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

 a { background-color: rgb(162,70,96); }

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

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

 span { border-color: rgb(162,70,96); }

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