#a0485e

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

Shades of Cadillac #A0485E

Tints of Cadillac #A0485E

Color information

#A0485E (or 0xA0485E) is unknown color: approx Cadillac. HEX triplet: A0, 48 and 5E. RGB value is (160,72,94). Sum of RGB (Red+Green+Blue) = 160+72+94=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0485E is #5FB7A1. Grayscale: #646464. Windows color (decimal): -6272930 or 6178976. OLE color: 6178976.

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

Color convert

RGB1607294-
CMYK00.550.410.37
HSL345º37.93%45.49%-
HSV(B)345º55%62.75%-
XYZ18.8312.9212.09-
YUV100.82124.15170.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=49.08%
G=22.09%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160729400.550.410.3734537.9345.49
HexA0485E0372925159262d
Octal24011013606751455314655
Binary10100000100100010111100110111101001100101101011001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0485e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0485e; }

 p { color: rgb(160,72,94); }

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

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

 a { background-color: rgb(160,72,94); }

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

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

 span { border-color: rgb(160,72,94); }

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