#AA5C6D

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

Shades of Blush #AA5C6D

Tints of Blush #AA5C6D

Color information

#AA5C6D (or 0xAA5C6D) is unknown color: approx Blush. HEX triplet: AA, 5C and 6D. RGB value is (170,92,109). Sum of RGB (Red+Green+Blue) = 170+92+109=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C6D is #55A392. Grayscale: #757575. Windows color (decimal): -5612435 or 7167146. OLE color: 7167146.

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

Color convert

RGB17092109-
CMYK00.460.360.33
HSL346.92º31.45%51.37%-
HSV(B)346.92º45.88%66.67%-
XYZ23.1717.316.59-
YUV117.26123.34165.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=45.82%
G=24.80%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709210900.460.360.33346.9231.4551.37
HexAA5C6D02E242115b1f33
Octal25213415505644415333763
Binary1010101010111001101101010111010010010000110101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C6D; }

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

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

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

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

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

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

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

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