#A24661

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

Shades of Cadillac #A24661

Tints of Cadillac #A24661

Color information

#A24661 (or 0xA24661) is unknown color: approx Cadillac. HEX triplet: A2, 46 and 61. RGB value is (162,70,97). Sum of RGB (Red+Green+Blue) = 162+70+97=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A24661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24661 is #5DB99E. Grayscale: #646464. Windows color (decimal): -6142367 or 6375074. OLE color: 6375074.

HSL color Cylindrical-coordinate representation of color #A24661: hue angle of 342.39º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A24661 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1627097-
CMYK00.570.400.36
HSL342.39º39.66%45.49%-
HSV(B)342.39º56.79%63.53%-
XYZ19.2512.9212.79-
YUV100.59125.98171.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=49.24%
G=21.28%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162709700.570.400.36342.3939.6645.49
HexA246610392824156282d
Octal24210614107150445265055
Binary10100010100011011000010111001101000100100101010110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24661; }

 p { color: rgb(162,70,97); }

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

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

 a { background-color: rgb(162,70,97); }

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

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

 span { border-color: rgb(162,70,97); }

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