#A0496A

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

Shades of Cadillac #A0496A

Tints of Cadillac #A0496A

Color information

#A0496A (or 0xA0496A) is unknown color: approx Cadillac. HEX triplet: A0, 49 and 6A. RGB value is (160,73,106). Sum of RGB (Red+Green+Blue) = 160+73+106=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0496A is #5FB695. Grayscale: #666666. Windows color (decimal): -6272662 or 6965664. OLE color: 6965664.

HSL color Cylindrical-coordinate representation of color #A0496A: hue angle of 337.24º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0496A is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16073106-
CMYK00.540.340.37
HSL337.24º37.34%45.69%-
HSV(B)337.24º54.37%62.75%-
XYZ19.4813.2815.17-
YUV102.78129.82168.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=47.20%
G=21.53%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607310600.540.340.37337.2437.3445.69
HexA0496A0362225151252e
Octal24011115206642455214556
Binary10100000100100111010100110110100010100101101010001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0496A; }

 p { color: rgb(160,73,106); }

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

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

 a { background-color: rgb(160,73,106); }

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

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

 span { border-color: rgb(160,73,106); }

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