#A24860

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

Shades of Cadillac #A24860

Tints of Cadillac #A24860

Color information

#A24860 (or 0xA24860) is unknown color: approx Cadillac. HEX triplet: A2, 48 and 60. RGB value is (162,72,96). Sum of RGB (Red+Green+Blue) = 162+72+96=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A24860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24860 is #5DB79F. Grayscale: #656565. Windows color (decimal): -6141856 or 6310050. OLE color: 6310050.

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

Color convert

RGB1627296-
CMYK00.560.410.36
HSL344º38.46%45.88%-
HSV(B)344º55.56%63.53%-
XYZ19.3313.1612.59-
YUV101.65124.82171.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=49.09%
G=21.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162729600.560.410.3634438.4645.88
HexA248600382924158262e
Octal24211014007051445304656
Binary10100010100100011000000111000101001100100101011000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24860; }

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

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

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

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

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

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

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

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