#AA5C6A

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

Shades of Blush #AA5C6A

Tints of Blush #AA5C6A

Color information

#AA5C6A (or 0xAA5C6A) is unknown color: approx Blush. HEX triplet: AA, 5C and 6A. RGB value is (170,92,106). Sum of RGB (Red+Green+Blue) = 170+92+106=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C6A is #55A395. Grayscale: #747474. Windows color (decimal): -5612438 or 6970538. OLE color: 6970538.

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

Color convert

RGB17092106-
CMYK00.460.380.33
HSL349.23º31.45%51.37%-
HSV(B)349.23º45.88%66.67%-
XYZ23.0117.2415.75-
YUV116.92121.84165.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=46.20%
G=25%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709210600.460.380.33349.2331.4551.37
HexAA5C6A02E262115d1f33
Octal25213415205646415353763
Binary1010101010111001101010010111010011010000110101110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C6A; }

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

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

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

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

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

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

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

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