#A0455D

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

Shades of Cadillac #A0455D

Tints of Cadillac #A0455D

Color information

#A0455D (or 0xA0455D) is unknown color: approx Cadillac. HEX triplet: A0, 45 and 5D. RGB value is (160,69,93). Sum of RGB (Red+Green+Blue) = 160+69+93=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0455D is #5FBAA2. Grayscale: #626262. Windows color (decimal): -6273699 or 6112672. OLE color: 6112672.

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

Color convert

RGB1606993-
CMYK00.570.420.37
HSL344.18º39.74%44.9%-
HSV(B)344.18º56.88%62.75%-
XYZ18.612.5211.79-
YUV98.94124.65171.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.69%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=49.69%
G=21.43%
B=28.88%

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
Decimal160699300.570.420.37344.1839.7444.9
HexA0455D0392A25158282d
Octal24010513507152455305055
Binary10100000100010110111010111001101010100101101011000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0455D; }

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

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

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

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

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

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

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

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