#AA5F62

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

Shades of Blush #AA5F62

Tints of Blush #AA5F62

Color information

#AA5F62 (or 0xAA5F62) is unknown color: approx Blush. HEX triplet: AA, 5F and 62. RGB value is (170,95,98). Sum of RGB (Red+Green+Blue) = 170+95+98=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F62 is #55A09D. Grayscale: #757575. Windows color (decimal): -5611678 or 6447018. OLE color: 6447018.

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

Color convert

RGB1709598-
CMYK00.440.420.33
HSL357.6º30.61%51.96%-
HSV(B)357.6º44.12%66.67%-
XYZ22.8717.6113.75-
YUV117.77116.85165.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=46.83%
G=26.17%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170959800.440.420.33357.630.6151.96
HexAA5F6202C2A211661f34
Octal25213714205452415463764
Binary1010101010111111100010010110010101010000110110011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5F62; }

 p { color: rgb(170,95,98); }

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

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

 a { background-color: rgb(170,95,98); }

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

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

 span { border-color: rgb(170,95,98); }

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