#A0475D

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

Shades of Cadillac #A0475D

Tints of Cadillac #A0475D

Color information

#A0475D (or 0xA0475D) is unknown color: approx Cadillac. HEX triplet: A0, 47 and 5D. RGB value is (160,71,93). Sum of RGB (Red+Green+Blue) = 160+71+93=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0475D is #5FB8A2. Grayscale: #646464. Windows color (decimal): -6273187 or 6113184. OLE color: 6113184.

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

Color convert

RGB1607193-
CMYK00.560.420.37
HSL345.17º38.53%45.29%-
HSV(B)345.17º55.62%62.75%-
XYZ18.7312.7711.83-
YUV100.12123.99170.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=49.38%
G=21.91%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160719300.560.420.37345.1738.5345.29
HexA0475D0382A25159272d
Octal24010713507052455314755
Binary10100000100011110111010111000101010100101101011001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0475D; }

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

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

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

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

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

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

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

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