#A14866

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

Shades of Cadillac #A14866

Tints of Cadillac #A14866

Color information

#A14866 (or 0xA14866) is unknown color: approx Cadillac. HEX triplet: A1, 48 and 66. RGB value is (161,72,102). Sum of RGB (Red+Green+Blue) = 161+72+102=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A14866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14866 is #5EB799. Grayscale: #666666. Windows color (decimal): -6207386 or 6703265. OLE color: 6703265.

HSL color Cylindrical-coordinate representation of color #A14866: hue angle of 339.78º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14866 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB16172102-
CMYK00.550.370.37
HSL339.78º38.2%45.69%-
HSV(B)339.78º55.28%63.14%-
XYZ19.4113.1714.09-
YUV102.03127.99170.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=48.06%
G=21.49%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617210200.550.370.37339.7838.245.69
HexA148660372525154262e
Octal24111014606745455244656
Binary10100001100100011001100110111100101100101101010100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14866; }

 p { color: rgb(161,72,102); }

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

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

 a { background-color: rgb(161,72,102); }

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

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

 span { border-color: rgb(161,72,102); }

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