#A9526A

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

Shades of Blush #A9526A

Tints of Blush #A9526A

Color information

#A9526A (or 0xA9526A) is unknown color: approx Blush. HEX triplet: A9, 52 and 6A. RGB value is (169,82,106). Sum of RGB (Red+Green+Blue) = 169+82+106=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9526A is #56AD95. Grayscale: #6E6E6E. Windows color (decimal): -5680534 or 6967977. OLE color: 6967977.

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

Color convert

RGB16982106-
CMYK00.510.370.34
HSL343.45º34.66%49.22%-
HSV(B)343.45º51.48%66.27%-
XYZ21.9815.5115.47-
YUV110.75125.32169.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=47.34%
G=22.97%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698210600.510.370.34343.4534.6649.22
HexA9526A03325221572331
Octal25112215206345425274361
Binary10101001101001011010100110011100101100010101010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9526A; }

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

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

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

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

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

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

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

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