#A24C63

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

Shades of Cadillac #A24C63

Tints of Cadillac #A24C63

Color information

#A24C63 (or 0xA24C63) is unknown color: approx Cadillac. HEX triplet: A2, 4C and 63. RGB value is (162,76,99). Sum of RGB (Red+Green+Blue) = 162+76+99=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C63 is #5DB39C. Grayscale: #686868. Windows color (decimal): -6140829 or 6507682. OLE color: 6507682.

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

Color convert

RGB1627699-
CMYK00.530.390.36
HSL343.95º36.13%46.67%-
HSV(B)343.95º53.09%63.53%-
XYZ19.7413.7513.42-
YUV104.34124.99169.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=48.07%
G=22.55%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162769900.530.390.36343.9536.1346.67
HexA24C630352724158242f
Octal24211414306547445304457
Binary10100010100110011000110110101100111100100101011000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C63; }

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

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

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

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

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

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

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

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