#A95368

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

Shades of Blush #A95368

Tints of Blush #A95368

Color information

#A95368 (or 0xA95368) is unknown color: approx Blush. HEX triplet: A9, 53 and 68. RGB value is (169,83,104). Sum of RGB (Red+Green+Blue) = 169+83+104=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A95368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95368 is #56AC97. Grayscale: #6F6F6F. Windows color (decimal): -5680280 or 6837161. OLE color: 6837161.

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

Color convert

RGB16983104-
CMYK00.510.380.34
HSL345.35º34.13%49.41%-
HSV(B)345.35º50.89%66.27%-
XYZ21.9515.6214.95-
YUV111.11123.99169.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=47.47%
G=23.31%
B=29.21%

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
Decimal1698310400.510.380.34345.3534.1349.41
HexA9536803326221592231
Octal25112315006346425314261
Binary10101001101001111010000110011100110100010101011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95368; }

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

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

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

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

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

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

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

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