#A14C6A

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

Shades of Cadillac #A14C6A

Tints of Cadillac #A14C6A

Color information

#A14C6A (or 0xA14C6A) is unknown color: approx Cadillac. HEX triplet: A1, 4C and 6A. RGB value is (161,76,106). Sum of RGB (Red+Green+Blue) = 161+76+106=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C6A is #5EB395. Grayscale: #686868. Windows color (decimal): -6206358 or 6966433. OLE color: 6966433.

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

Color convert

RGB16176106-
CMYK00.530.340.37
HSL338.82º35.86%46.47%-
HSV(B)338.82º52.8%63.14%-
XYZ19.8813.7915.25-
YUV104.84128.66168.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=46.94%
G=22.16%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617610600.530.340.37338.8235.8646.47
HexA14C6A0352225153242e
Octal24111415206542455234456
Binary10100001100110011010100110101100010100101101010011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C6A; }

 p { color: rgb(161,76,106); }

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

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

 a { background-color: rgb(161,76,106); }

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

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

 span { border-color: rgb(161,76,106); }

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