#A0475F

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

Shades of Cadillac #A0475F

Tints of Cadillac #A0475F

Color information

#A0475F (or 0xA0475F) is unknown color: approx Cadillac. HEX triplet: A0, 47 and 5F. RGB value is (160,71,95). Sum of RGB (Red+Green+Blue) = 160+71+95=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0475F is #5FB8A0. Grayscale: #646464. Windows color (decimal): -6273185 or 6244256. OLE color: 6244256.

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

Color convert

RGB1607195-
CMYK00.560.410.37
HSL343.82º38.53%45.29%-
HSV(B)343.82º55.62%62.75%-
XYZ18.8212.8112.31-
YUV100.35124.99170.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=49.08%
G=21.78%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160719500.560.410.37343.8238.5345.29
HexA0475F0382925158272d
Octal24010713707051455304755
Binary10100000100011110111110111000101001100101101011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0475F; }

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

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

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

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

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

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

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

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