#A0455E

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

Shades of Cadillac #A0455E

Tints of Cadillac #A0455E

Color information

#A0455E (or 0xA0455E) is unknown color: approx Cadillac. HEX triplet: A0, 45 and 5E. RGB value is (160,69,94). Sum of RGB (Red+Green+Blue) = 160+69+94=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0455E is #5FBAA1. Grayscale: #636363. Windows color (decimal): -6273698 or 6178208. OLE color: 6178208.

HSL color Cylindrical-coordinate representation of color #A0455E: hue angle of 343.52º degrees, saturation: 0.4, 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 #A0455E is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1606994-
CMYK00.570.410.37
HSL343.52º39.74%44.9%-
HSV(B)343.52º56.88%62.75%-
XYZ18.6512.5412.03-
YUV99.06125.15171.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=49.54%
G=21.36%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160699400.570.410.37343.5239.7444.9
HexA0455E0392925158282d
Octal24010513607151455305055
Binary10100000100010110111100111001101001100101101011000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0455E; }

 p { color: rgb(160,69,94); }

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

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

 a { background-color: rgb(160,69,94); }

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

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

 span { border-color: rgb(160,69,94); }

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