#AA5D62

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

Shades of Blush #AA5D62

Tints of Blush #AA5D62

Color information

#AA5D62 (or 0xAA5D62) is unknown color: approx Blush. HEX triplet: AA, 5D and 62. RGB value is (170,93,98). Sum of RGB (Red+Green+Blue) = 170+93+98=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D62 is #55A29D. Grayscale: #747474. Windows color (decimal): -5612190 or 6446506. OLE color: 6446506.

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

Color convert

RGB1709398-
CMYK00.450.420.33
HSL356.1º31.17%51.57%-
HSV(B)356.1º45.29%66.67%-
XYZ22.717.2613.69-
YUV116.59117.51166.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=47.09%
G=25.76%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170939800.450.420.33356.131.1751.57
HexAA5D6202D2A211641f34
Octal25213514205552415443764
Binary1010101010111011100010010110110101010000110110010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D62; }

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

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

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

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

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

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

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

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