#A1485E

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

Shades of Cadillac #A1485E

Tints of Cadillac #A1485E

Color information

#A1485E (or 0xA1485E) is unknown color: approx Cadillac. HEX triplet: A1, 48 and 5E. RGB value is (161,72,94). Sum of RGB (Red+Green+Blue) = 161+72+94=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1485E is #5EB7A1. Grayscale: #656565. Windows color (decimal): -6207394 or 6178977. OLE color: 6178977.

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

Color convert

RGB1617294-
CMYK00.550.420.37
HSL345.17º38.2%45.69%-
HSV(B)345.17º55.28%63.14%-
XYZ19.0413.0212.1-
YUV101.12123.99170.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=49.24%
G=22.02%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161729400.550.420.37345.1738.245.69
HexA1485E0372A25159262e
Octal24111013606752455314656
Binary10100001100100010111100110111101010100101101011001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1485E; }

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

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

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

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

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

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

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

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