#A2526E

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

Shades of Vin Rouge #A2526E

Tints of Vin Rouge #A2526E

Color information

#A2526E (or 0xA2526E) is unknown color: approx Vin Rouge. HEX triplet: A2, 52 and 6E. RGB value is (162,82,110). Sum of RGB (Red+Green+Blue) = 162+82+110=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2526E is #5DAD91. Grayscale: #6D6D6D. Windows color (decimal): -6139282 or 7230114. OLE color: 7230114.

HSL color Cylindrical-coordinate representation of color #A2526E: hue angle of 339º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A2526E is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16282110-
CMYK00.490.320.36
HSL339º32.79%47.84%-
HSV(B)339º49.38%63.53%-
XYZ20.7314.8416.52-
YUV109.11128.5165.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=45.76%
G=23.16%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628211000.490.320.3633932.7947.84
HexA2526E03120241532130
Octal24212215606140445234160
Binary10100010101001011011100110001100000100100101010011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2526E; }

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

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

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

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

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

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

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

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