#A14D65

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

Shades of Cadillac #A14D65

Tints of Cadillac #A14D65

Color information

#A14D65 (or 0xA14D65) is unknown color: approx Cadillac. HEX triplet: A1, 4D and 65. RGB value is (161,77,101). Sum of RGB (Red+Green+Blue) = 161+77+101=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D65 is #5EB29A. Grayscale: #686868. Windows color (decimal): -6206107 or 6639009. OLE color: 6639009.

HSL color Cylindrical-coordinate representation of color #A14D65: hue angle of 342.86º 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 #A14D65 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB16177101-
CMYK00.520.370.37
HSL342.86º35.29%46.67%-
HSV(B)342.86º52.17%63.14%-
XYZ19.713.8213.94-
YUV104.85125.83168.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=47.49%
G=22.71%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617710100.520.370.37342.8635.2946.67
HexA14D650342525157232f
Octal24111514506445455274357
Binary10100001100110111001010110100100101100101101010111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14D65; }

 p { color: rgb(161,77,101); }

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

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

 a { background-color: rgb(161,77,101); }

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

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

 span { border-color: rgb(161,77,101); }

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