#A0445D

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

Shades of Cadillac #A0445D

Tints of Cadillac #A0445D

Color information

#A0445D (or 0xA0445D) is unknown color: approx Cadillac. HEX triplet: A0, 44 and 5D. RGB value is (160,68,93). Sum of RGB (Red+Green+Blue) = 160+68+93=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0445D is #5FBBA2. Grayscale: #626262. Windows color (decimal): -6273955 or 6112416. OLE color: 6112416.

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

Color convert

RGB1606893-
CMYK00.570.420.37
HSL343.7º40.35%44.71%-
HSV(B)343.7º57.5%62.75%-
XYZ18.5412.411.77-
YUV98.36124.98171.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=49.84%
G=21.18%
B=28.97%

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
Decimal160689300.570.420.37343.740.3544.71
HexA0445D0392A25158282d
Octal24010413507152455305055
Binary10100000100010010111010111001101010100101101011000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0445D; }

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

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

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

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

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

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

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

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