#A9586E

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

Shades of Blush #A9586E

Tints of Blush #A9586E

Color information

#A9586E (or 0xA9586E) is unknown color: approx Blush. HEX triplet: A9, 58 and 6E. RGB value is (169,88,110). Sum of RGB (Red+Green+Blue) = 169+88+110=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9586E is #56A791. Grayscale: #727272. Windows color (decimal): -5678994 or 7231657. OLE color: 7231657.

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

Color convert

RGB16988110-
CMYK00.480.350.34
HSL343.7º32.02%50.39%-
HSV(B)343.7º47.93%66.27%-
XYZ22.6716.5416.75-
YUV114.73125.34166.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=46.05%
G=23.98%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698811000.480.350.34343.732.0250.39
HexA9586E03023221582032
Octal25113015606043425304062
Binary10101001101100011011100110000100011100010101011000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9586E; }

 p { color: rgb(169,88,110); }

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

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

 a { background-color: rgb(169,88,110); }

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

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

 span { border-color: rgb(169,88,110); }

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