#A9506B

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

Shades of Blush #A9506B

Tints of Blush #A9506B

Color information

#A9506B (or 0xA9506B) is unknown color: approx Blush. HEX triplet: A9, 50 and 6B. RGB value is (169,80,107). Sum of RGB (Red+Green+Blue) = 169+80+107=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A9506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9506B is #56AF94. Grayscale: #6D6D6D. Windows color (decimal): -5681045 or 7033001. OLE color: 7033001.

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

Color convert

RGB16980107-
CMYK00.530.370.34
HSL341.8º35.74%48.82%-
HSV(B)341.8º52.66%66.27%-
XYZ21.8815.2315.7-
YUV109.69126.49170.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=47.47%
G=22.47%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698010700.530.370.34341.835.7448.82
HexA9506B03525221562431
Octal25112015306545425264461
Binary10101001101000011010110110101100101100010101010110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9506B; }

 p { color: rgb(169,80,107); }

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

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

 a { background-color: rgb(169,80,107); }

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

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

 span { border-color: rgb(169,80,107); }

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