#A24861

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

Shades of Cadillac #A24861

Tints of Cadillac #A24861

Color information

#A24861 (or 0xA24861) is unknown color: approx Cadillac. HEX triplet: A2, 48 and 61. RGB value is (162,72,97). Sum of RGB (Red+Green+Blue) = 162+72+97=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A24861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24861 is #5DB79E. Grayscale: #656565. Windows color (decimal): -6141855 or 6375586. OLE color: 6375586.

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

Color convert

RGB1627297-
CMYK00.560.400.36
HSL343.33º38.46%45.88%-
HSV(B)343.33º55.56%63.53%-
XYZ19.3813.1812.83-
YUV101.76125.32170.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=48.94%
G=21.75%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162729700.560.400.36343.3338.4645.88
HexA248610382824157262e
Octal24211014107050445274656
Binary10100010100100011000010111000101000100100101010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24861; }

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

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

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

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

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

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

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

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