#A9526D

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

Shades of Blush #A9526D

Tints of Blush #A9526D

Color information

#A9526D (or 0xA9526D) is unknown color: approx Blush. HEX triplet: A9, 52 and 6D. RGB value is (169,82,109). Sum of RGB (Red+Green+Blue) = 169+82+109=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9526D is #56AD92. Grayscale: #6F6F6F. Windows color (decimal): -5680531 or 7164585. OLE color: 7164585.

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

Color convert

RGB16982109-
CMYK00.510.360.34
HSL341.38º34.66%49.22%-
HSV(B)341.38º51.48%66.27%-
XYZ22.1415.5716.31-
YUV111.09126.82169.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=46.94%
G=22.78%
B=30.28%

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
Decimal1698210900.510.360.34341.3834.6649.22
HexA9526D03324221552331
Octal25112215506344425254361
Binary10101001101001011011010110011100100100010101010101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9526D; }

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

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

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

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

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

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

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

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