#A14F68

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

Shades of Cadillac #A14F68

Tints of Cadillac #A14F68

Color information

#A14F68 (or 0xA14F68) is unknown color: approx Cadillac. HEX triplet: A1, 4F and 68. RGB value is (161,79,104). Sum of RGB (Red+Green+Blue) = 161+79+104=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F68 is #5EB097. Grayscale: #6A6A6A. Windows color (decimal): -6205592 or 6836129. OLE color: 6836129.

HSL color Cylindrical-coordinate representation of color #A14F68: hue angle of 341.71º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A14F68 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB16179104-
CMYK00.510.350.37
HSL341.71º34.17%47.06%-
HSV(B)341.71º50.93%63.14%-
XYZ19.9914.1714.78-
YUV106.37126.67166.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 79 (31.25% from 255) = 22.97%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=46.80%
G=22.97%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617910400.510.350.37341.7134.1747.06
HexA14F680332325156222f
Octal24111715006343455264257
Binary10100001100111111010000110011100011100101101010110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F68; }

 p { color: rgb(161,79,104); }

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

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

 a { background-color: rgb(161,79,104); }

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

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

 span { border-color: rgb(161,79,104); }

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