#A2566E

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

Shades of Vin Rouge #A2566E

Tints of Vin Rouge #A2566E

Color information

#A2566E (or 0xA2566E) is unknown color: approx Vin Rouge. HEX triplet: A2, 56 and 6E. RGB value is (162,86,110). Sum of RGB (Red+Green+Blue) = 162+86+110=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2566E is #5DA991. Grayscale: #6F6F6F. Windows color (decimal): -6138258 or 7231138. OLE color: 7231138.

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

Color convert

RGB16286110-
CMYK00.470.320.36
HSL341.05º30.65%48.63%-
HSV(B)341.05º46.91%63.53%-
XYZ21.0415.4616.63-
YUV111.46127.18164.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=45.25%
G=24.02%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628611000.470.320.36341.0530.6548.63
HexA2566E02F20241551f31
Octal24212615605740445253761
Binary1010001010101101101110010111110000010010010101010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2566E; }

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

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

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

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

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

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

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

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