#A45266

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

Shades of Vin Rouge #A45266

Tints of Vin Rouge #A45266

Color information

#A45266 (or 0xA45266) is unknown color: approx Vin Rouge. HEX triplet: A4, 52 and 66. RGB value is (164,82,102). Sum of RGB (Red+Green+Blue) = 164+82+102=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A45266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45266 is #5BAD99. Grayscale: #6C6C6C. Windows color (decimal): -6008218 or 6705828. OLE color: 6705828.

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

Color convert

RGB16482102-
CMYK00.50.380.36
HSL345.37º33.33%48.24%-
HSV(B)345.37º50%64.31%-
XYZ20.7314.8914.35-
YUV108.8124.17167.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=47.13%
G=23.56%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648210200.50.380.36345.3733.3348.24
HexA4526603226241592130
Octal24412214606246445314160
Binary10100100101001011001100110010100110100100101011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45266; }

 p { color: rgb(164,82,102); }

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

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

 a { background-color: rgb(164,82,102); }

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

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

 span { border-color: rgb(164,82,102); }

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