#A9526C

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

Shades of Blush #A9526C

Tints of Blush #A9526C

Color information

#A9526C (or 0xA9526C) is unknown color: approx Blush. HEX triplet: A9, 52 and 6C. RGB value is (169,82,108). Sum of RGB (Red+Green+Blue) = 169+82+108=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9526C is #56AD93. Grayscale: #6E6E6E. Windows color (decimal): -5680532 or 7099049. OLE color: 7099049.

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

Color convert

RGB16982108-
CMYK00.510.360.34
HSL342.07º34.66%49.22%-
HSV(B)342.07º51.48%66.27%-
XYZ22.0915.5516.03-
YUV110.98126.32169.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=47.08%
G=22.84%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698210800.510.360.34342.0734.6649.22
HexA9526C03324221562331
Octal25112215406344425264361
Binary10101001101001011011000110011100100100010101010110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9526C; }

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

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

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

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

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

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

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

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