#A9506C

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

Shades of Blush #A9506C

Tints of Blush #A9506C

Color information

#A9506C (or 0xA9506C) is unknown color: approx Blush. HEX triplet: A9, 50 and 6C. RGB value is (169,80,108). Sum of RGB (Red+Green+Blue) = 169+80+108=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9506C is #56AF93. Grayscale: #6D6D6D. Windows color (decimal): -5681044 or 7098537. OLE color: 7098537.

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

Color convert

RGB16980108-
CMYK00.530.360.34
HSL341.12º35.74%48.82%-
HSV(B)341.12º52.66%66.27%-
XYZ21.9415.2615.98-
YUV109.8126.99170.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=47.34%
G=22.41%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698010800.530.360.34341.1235.7448.82
HexA9506C03524221552431
Octal25112015406544425254461
Binary10101001101000011011000110101100100100010101010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9506C; }

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

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

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

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

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

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

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

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