#A24E64

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

Shades of Cadillac #A24E64

Tints of Cadillac #A24E64

Color information

#A24E64 (or 0xA24E64) is unknown color: approx Cadillac. HEX triplet: A2, 4E and 64. RGB value is (162,78,100). Sum of RGB (Red+Green+Blue) = 162+78+100=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E64 is #5DB19B. Grayscale: #696969. Windows color (decimal): -6140316 or 6573730. OLE color: 6573730.

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

Color convert

RGB16278100-
CMYK00.520.380.36
HSL344.29º35%47.06%-
HSV(B)344.29º51.85%63.53%-
XYZ19.9214.0513.72-
YUV105.62124.83168.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=47.65%
G=22.94%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627810000.520.380.36344.293547.06
HexA24E640342624158232f
Octal24211614406446445304357
Binary10100010100111011001000110100100110100100101011000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24E64; }

 p { color: rgb(162,78,100); }

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

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

 a { background-color: rgb(162,78,100); }

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

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

 span { border-color: rgb(162,78,100); }

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