#A14E6D

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

Shades of Cadillac #A14E6D

Tints of Cadillac #A14E6D

Color information

#A14E6D (or 0xA14E6D) is unknown color: approx Cadillac. HEX triplet: A1, 4E and 6D. RGB value is (161,78,109). Sum of RGB (Red+Green+Blue) = 161+78+109=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E6D is #5EB192. Grayscale: #6A6A6A. Windows color (decimal): -6205843 or 7163553. OLE color: 7163553.

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

Color convert

RGB16178109-
CMYK00.520.320.37
HSL337.59º34.73%46.86%-
HSV(B)337.59º51.55%63.14%-
XYZ20.1814.1316.13-
YUV106.35129.5166.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=46.26%
G=22.41%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617810900.520.320.37337.5934.7346.86
HexA14E6D0342025152232f
Octal24111615506440455224357
Binary10100001100111011011010110100100000100101101010010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E6D; }

 p { color: rgb(161,78,109); }

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

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

 a { background-color: rgb(161,78,109); }

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

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

 span { border-color: rgb(161,78,109); }

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