#A24D6D

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

Shades of Cadillac #A24D6D

Tints of Cadillac #A24D6D

Color information

#A24D6D (or 0xA24D6D) is unknown color: approx Cadillac. HEX triplet: A2, 4D and 6D. RGB value is (162,77,109). Sum of RGB (Red+Green+Blue) = 162+77+109=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D6D is #5DB292. Grayscale: #6A6A6A. Windows color (decimal): -6140563 or 7163298. OLE color: 7163298.

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

Color convert

RGB16277109-
CMYK00.520.330.36
HSL337.41º35.56%46.86%-
HSV(B)337.41º52.47%63.53%-
XYZ20.3114.0916.12-
YUV106.06129.66167.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=46.55%
G=22.13%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627710900.520.330.36337.4135.5646.86
HexA24D6D0342124151242f
Octal24211515506441445214457
Binary10100010100110111011010110100100001100100101010001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24D6D; }

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

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

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

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

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

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

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

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