#A15267

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

Shades of Vin Rouge #A15267

Tints of Vin Rouge #A15267

Color information

#A15267 (or 0xA15267) is unknown color: approx Vin Rouge. HEX triplet: A1, 52 and 67. RGB value is (161,82,103). Sum of RGB (Red+Green+Blue) = 161+82+103=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A15267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15267 is #5EAD98. Grayscale: #6C6C6C. Windows color (decimal): -6204825 or 6771361. OLE color: 6771361.

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

Color convert

RGB16182103-
CMYK00.490.360.37
HSL344.05º32.51%47.65%-
HSV(B)344.05º49.07%63.14%-
XYZ20.1614.5914.59-
YUV108.02125.17165.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=46.53%
G=23.70%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618210300.490.360.37344.0532.5147.65
HexA1526703124251582130
Octal24112214706144455304160
Binary10100001101001011001110110001100100100101101011000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15267; }

 p { color: rgb(161,82,103); }

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

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

 a { background-color: rgb(161,82,103); }

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

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

 span { border-color: rgb(161,82,103); }

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