#A1445E

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

Shades of Cadillac #A1445E

Tints of Cadillac #A1445E

Color information

#A1445E (or 0xA1445E) is unknown color: approx Cadillac. HEX triplet: A1, 44 and 5E. RGB value is (161,68,94). Sum of RGB (Red+Green+Blue) = 161+68+94=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1445E is #5EBBA1. Grayscale: #626262. Windows color (decimal): -6208418 or 6177953. OLE color: 6177953.

HSL color Cylindrical-coordinate representation of color #A1445E: hue angle of 343.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1445E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1616894-
CMYK00.580.420.37
HSL343.23º40.61%44.9%-
HSV(B)343.23º57.76%63.14%-
XYZ18.7912.5212.02-
YUV98.77125.31172.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=49.85%
G=21.05%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161689400.580.420.37343.2340.6144.9
HexA1445E03A2A25157292d
Octal24110413607252455275155
Binary10100001100010010111100111010101010100101101010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1445E; }

 p { color: rgb(161,68,94); }

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

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

 a { background-color: rgb(161,68,94); }

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

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

 span { border-color: rgb(161,68,94); }

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