#A24D63

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

Shades of Cadillac #A24D63

Tints of Cadillac #A24D63

Color information

#A24D63 (or 0xA24D63) is unknown color: approx Cadillac. HEX triplet: A2, 4D and 63. RGB value is (162,77,99). Sum of RGB (Red+Green+Blue) = 162+77+99=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D63 is #5DB29C. Grayscale: #686868. Windows color (decimal): -6140573 or 6507938. OLE color: 6507938.

HSL color Cylindrical-coordinate representation of color #A24D63: hue angle of 344.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24D63 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB1627799-
CMYK00.520.390.36
HSL344.47º35.56%46.86%-
HSV(B)344.47º52.47%63.53%-
XYZ19.8113.8913.44-
YUV104.92124.66168.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=47.93%
G=22.78%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162779900.520.390.36344.4735.5646.86
HexA24D630342724158242f
Octal24211514306447445304457
Binary10100010100110111000110110100100111100100101011000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D63; }

 p { color: rgb(162,77,99); }

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

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

 a { background-color: rgb(162,77,99); }

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

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

 span { border-color: rgb(162,77,99); }

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