#A24C6B

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

Shades of Cadillac #A24C6B

Tints of Cadillac #A24C6B

Color information

#A24C6B (or 0xA24C6B) is unknown color: approx Cadillac. HEX triplet: A2, 4C and 6B. RGB value is (162,76,107). Sum of RGB (Red+Green+Blue) = 162+76+107=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C6B is #5DB394. Grayscale: #696969. Windows color (decimal): -6140821 or 7031970. OLE color: 7031970.

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

Color convert

RGB16276107-
CMYK00.530.340.36
HSL338.37º36.13%46.67%-
HSV(B)338.37º53.09%63.53%-
XYZ20.1413.9115.53-
YUV105.25128.99168.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=46.96%
G=22.03%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627610700.530.340.36338.3736.1346.67
HexA24C6B0352224152242f
Octal24211415306542445224457
Binary10100010100110011010110110101100010100100101010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24C6B; }

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

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

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

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

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

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

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

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