#AA4D6A

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

Shades of Blush #AA4D6A

Tints of Blush #AA4D6A

Color information

#AA4D6A (or 0xAA4D6A) is unknown color: approx Blush. HEX triplet: AA, 4D and 6A. RGB value is (170,77,106). Sum of RGB (Red+Green+Blue) = 170+77+106=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D6A is #55B295. Grayscale: #6C6C6C. Windows color (decimal): -5616278 or 6966698. OLE color: 6966698.

HSL color Cylindrical-coordinate representation of color #AA4D6A: hue angle of 341.29º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D6A is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB17077106-
CMYK00.550.380.33
HSL341.29º37.65%48.43%-
HSV(B)341.29º54.71%66.67%-
XYZ21.8314.8915.36-
YUV108.11126.81172.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=48.16%
G=21.81%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707710600.550.380.33341.2937.6548.43
HexAA4D6A03726211552630
Octal25211515206746415254660
Binary10101010100110111010100110111100110100001101010101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D6A; }

 p { color: rgb(170,77,106); }

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

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

 a { background-color: rgb(170,77,106); }

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

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

 span { border-color: rgb(170,77,106); }

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