#A0475C

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

Shades of Cadillac #A0475C

Tints of Cadillac #A0475C

Color information

#A0475C (or 0xA0475C) is unknown color: approx Cadillac. HEX triplet: A0, 47 and 5C. RGB value is (160,71,92). Sum of RGB (Red+Green+Blue) = 160+71+92=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0475C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0475C is #5FB8A3. Grayscale: #646464. Windows color (decimal): -6273188 or 6047648. OLE color: 6047648.

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

Color convert

RGB1607192-
CMYK00.560.430.37
HSL345.84º38.53%45.29%-
HSV(B)345.84º55.62%62.75%-
XYZ18.6812.7511.6-
YUV100123.49170.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=49.54%
G=21.98%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160719200.560.430.37345.8438.5345.29
HexA0475C0382B2515a272d
Octal24010713407053455324755
Binary10100000100011110111000111000101011100101101011010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0475C; }

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

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

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

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

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

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

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

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