#A35567

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

Shades of Vin Rouge #A35567

Tints of Vin Rouge #A35567

Color information

#A35567 (or 0xA35567) is unknown color: approx Vin Rouge. HEX triplet: A3, 55 and 67. RGB value is (163,85,103). Sum of RGB (Red+Green+Blue) = 163+85+103=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A35567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35567 is #5CAA98. Grayscale: #6E6E6E. Windows color (decimal): -6072985 or 6772131. OLE color: 6772131.

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

Color convert

RGB16385103-
CMYK00.480.370.36
HSL346.15º31.45%48.63%-
HSV(B)346.15º47.85%63.92%-
XYZ20.815.2614.68-
YUV110.37123.84165.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=46.44%
G=24.22%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638510300.480.370.36346.1531.4548.63
HexA35567030252415a1f31
Octal24312514706045445323761
Binary1010001110101011100111011000010010110010010101101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35567; }

 p { color: rgb(163,85,103); }

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

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

 a { background-color: rgb(163,85,103); }

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

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

 span { border-color: rgb(163,85,103); }

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