#A1465E

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

Shades of Cadillac #A1465E

Tints of Cadillac #A1465E

Color information

#A1465E (or 0xA1465E) is unknown color: approx Cadillac. HEX triplet: A1, 46 and 5E. RGB value is (161,70,94). Sum of RGB (Red+Green+Blue) = 161+70+94=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1465E is #5EB9A1. Grayscale: #636363. Windows color (decimal): -6207906 or 6178465. OLE color: 6178465.

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

Color convert

RGB1617094-
CMYK00.570.420.37
HSL344.18º39.39%45.29%-
HSV(B)344.18º56.52%63.14%-
XYZ18.9112.7712.06-
YUV99.94124.65171.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=49.54%
G=21.54%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161709400.570.420.37344.1839.3945.29
HexA1465E0392A25158272d
Octal24110613607152455304755
Binary10100001100011010111100111001101010100101101011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1465E; }

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

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

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

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

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

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

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

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