#A24C65

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

Shades of Cadillac #A24C65

Tints of Cadillac #A24C65

Color information

#A24C65 (or 0xA24C65) is unknown color: approx Cadillac. HEX triplet: A2, 4C and 65. RGB value is (162,76,101). Sum of RGB (Red+Green+Blue) = 162+76+101=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C65 is #5DB39A. Grayscale: #686868. Windows color (decimal): -6140827 or 6638754. OLE color: 6638754.

HSL color Cylindrical-coordinate representation of color #A24C65: hue angle of 342.56º 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 #A24C65 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16276101-
CMYK00.530.380.36
HSL342.56º36.13%46.67%-
HSV(B)342.56º53.09%63.53%-
XYZ19.8313.7913.93-
YUV104.56125.99168.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=47.79%
G=22.42%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627610100.530.380.36342.5636.1346.67
HexA24C650352624157242f
Octal24211414506546445274457
Binary10100010100110011001010110101100110100100101010111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C65; }

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

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

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

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

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

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

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

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