#A0526E

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

Shades of Vin Rouge #A0526E

Tints of Vin Rouge #A0526E

Color information

#A0526E (or 0xA0526E) is unknown color: approx Vin Rouge. HEX triplet: A0, 52 and 6E. RGB value is (160,82,110). Sum of RGB (Red+Green+Blue) = 160+82+110=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0526E is #5FAD91. Grayscale: #6C6C6C. Windows color (decimal): -6270354 or 7230112. OLE color: 7230112.

HSL color Cylindrical-coordinate representation of color #A0526E: hue angle of 338.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0526E is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16082110-
CMYK00.490.310.37
HSL338.46º32.23%47.45%-
HSV(B)338.46º48.75%62.75%-
XYZ20.3314.6316.51-
YUV108.51128.84164.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=45.45%
G=23.30%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608211000.490.310.37338.4632.2347.45
HexA0526E0311F25152202f
Octal24012215606137455224057
Binary1010000010100101101110011000111111100101101010010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0526E; }

 p { color: rgb(160,82,110); }

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

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

 a { background-color: rgb(160,82,110); }

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

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

 span { border-color: rgb(160,82,110); }

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