#A95269

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

Shades of Blush #A95269

Tints of Blush #A95269

Color information

#A95269 (or 0xA95269) is unknown color: approx Blush. HEX triplet: A9, 52 and 69. RGB value is (169,82,105). Sum of RGB (Red+Green+Blue) = 169+82+105=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A95269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95269 is #56AD96. Grayscale: #6E6E6E. Windows color (decimal): -5680535 or 6902441. OLE color: 6902441.

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

Color convert

RGB16982105-
CMYK00.510.380.34
HSL344.14º34.66%49.22%-
HSV(B)344.14º51.48%66.27%-
XYZ21.9315.4915.2-
YUV110.64124.82169.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=47.47%
G=23.03%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698210500.510.380.34344.1434.6649.22
HexA9526903326221582331
Octal25112215106346425304361
Binary10101001101001011010010110011100110100010101011000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95269; }

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

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

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

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

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

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

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

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