#A95266

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

Shades of Blush #A95266

Tints of Blush #A95266

Color information

#A95266 (or 0xA95266) is unknown color: approx Blush. HEX triplet: A9, 52 and 66. RGB value is (169,82,102). Sum of RGB (Red+Green+Blue) = 169+82+102=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A95266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95266 is #56AD99. Grayscale: #6E6E6E. Windows color (decimal): -5680538 or 6705833. OLE color: 6705833.

HSL color Cylindrical-coordinate representation of color #A95266: hue angle of 346.21º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A95266 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB16982102-
CMYK00.510.400.34
HSL346.21º34.66%49.22%-
HSV(B)346.21º51.48%66.27%-
XYZ21.7815.4314.4-
YUV110.29123.32169.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=47.88%
G=23.23%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698210200.510.400.34346.2134.6649.22
HexA95266033282215a2331
Octal25112214606350425324361
Binary10101001101001011001100110011101000100010101011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95266; }

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

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

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

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

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

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

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

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