#AA5C70

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

Shades of Blush #AA5C70

Tints of Blush #AA5C70

Color information

#AA5C70 (or 0xAA5C70) is unknown color: approx Blush. HEX triplet: AA, 5C and 70. RGB value is (170,92,112). Sum of RGB (Red+Green+Blue) = 170+92+112=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C70 is #55A38F. Grayscale: #757575. Windows color (decimal): -5612432 or 7363754. OLE color: 7363754.

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

Color convert

RGB17092112-
CMYK00.460.340.33
HSL344.62º31.45%51.37%-
HSV(B)344.62º45.88%66.67%-
XYZ23.3317.3717.45-
YUV117.6124.84165.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=45.45%
G=24.60%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709211200.460.340.33344.6231.4551.37
HexAA5C7002E22211591f33
Octal25213416005642415313763
Binary1010101010111001110000010111010001010000110101100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C70; }

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

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

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

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

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

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

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

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