#A14B6C

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

Shades of Cadillac #A14B6C

Tints of Cadillac #A14B6C

Color information

#A14B6C (or 0xA14B6C) is unknown color: approx Cadillac. HEX triplet: A1, 4B and 6C. RGB value is (161,75,108). Sum of RGB (Red+Green+Blue) = 161+75+108=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14B6C is #5EB493. Grayscale: #686868. Windows color (decimal): -6206612 or 7097249. OLE color: 7097249.

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

Color convert

RGB16175108-
CMYK00.530.330.37
HSL336.98º36.44%46.27%-
HSV(B)336.98º53.42%63.14%-
XYZ19.9213.6915.78-
YUV104.48129.99168.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=46.80%
G=21.80%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617510800.530.330.37336.9836.4446.27
HexA14B6C0352125151242e
Octal24111315406541455214456
Binary10100001100101111011000110101100001100101101010001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B6C; }

 p { color: rgb(161,75,108); }

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

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

 a { background-color: rgb(161,75,108); }

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

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

 span { border-color: rgb(161,75,108); }

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