#A05269

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

Shades of Vin Rouge #A05269

Tints of Vin Rouge #A05269

Color information

#A05269 (or 0xA05269) is unknown color: approx Vin Rouge. HEX triplet: A0, 52 and 69. RGB value is (160,82,105). Sum of RGB (Red+Green+Blue) = 160+82+105=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A05269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05269 is #5FAD96. Grayscale: #6B6B6B. Windows color (decimal): -6270359 or 6902432. OLE color: 6902432.

HSL color Cylindrical-coordinate representation of color #A05269: hue angle of 342.31º 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 #A05269 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16082105-
CMYK00.490.340.37
HSL342.31º32.23%47.45%-
HSV(B)342.31º48.75%62.75%-
XYZ20.0614.5315.11-
YUV107.94126.34165.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=46.11%
G=23.63%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608210500.490.340.37342.3132.2347.45
HexA052690312225156202f
Octal24012215106142455264057
Binary10100000101001011010010110001100010100101101010110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05269; }

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

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

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

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

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

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

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

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