#A9536B

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

Shades of Blush #A9536B

Tints of Blush #A9536B

Color information

#A9536B (or 0xA9536B) is unknown color: approx Blush. HEX triplet: A9, 53 and 6B. RGB value is (169,83,107). Sum of RGB (Red+Green+Blue) = 169+83+107=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9536B is #56AC94. Grayscale: #6F6F6F. Windows color (decimal): -5680277 or 7033769. OLE color: 7033769.

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

Color convert

RGB16983107-
CMYK00.510.370.34
HSL343.26º34.13%49.41%-
HSV(B)343.26º50.89%66.27%-
XYZ22.1115.6815.77-
YUV111.45125.49169.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=47.08%
G=23.12%
B=29.81%

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
Decimal1698310700.510.370.34343.2634.1349.41
HexA9536B03325221572231
Octal25112315306345425274261
Binary10101001101001111010110110011100101100010101010111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9536B; }

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

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

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

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

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

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

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

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