#A95568

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

Shades of Blush #A95568

Tints of Blush #A95568

Color information

#A95568 (or 0xA95568) is unknown color: approx Blush. HEX triplet: A9, 55 and 68. RGB value is (169,85,104). Sum of RGB (Red+Green+Blue) = 169+85+104=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A95568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95568 is #56AA97. Grayscale: #707070. Windows color (decimal): -5679768 or 6837673. OLE color: 6837673.

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

Color convert

RGB16985104-
CMYK00.500.380.34
HSL346.43º33.07%49.8%-
HSV(B)346.43º49.7%66.27%-
XYZ22.1115.9315.01-
YUV112.28123.33168.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=47.21%
G=23.74%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698510400.500.380.34346.4333.0749.8
HexA95568032262215a2132
Octal25112515006246425324162
Binary10101001101010111010000110010100110100010101011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95568; }

 p { color: rgb(169,85,104); }

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

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

 a { background-color: rgb(169,85,104); }

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

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

 span { border-color: rgb(169,85,104); }

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