#AA5D69

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

Shades of Blush #AA5D69

Tints of Blush #AA5D69

Color information

#AA5D69 (or 0xAA5D69) is unknown color: approx Blush. HEX triplet: AA, 5D and 69. RGB value is (170,93,105). Sum of RGB (Red+Green+Blue) = 170+93+105=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D69 is #55A296. Grayscale: #757575. Windows color (decimal): -5612183 or 6905258. OLE color: 6905258.

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

Color convert

RGB17093105-
CMYK00.450.380.33
HSL350.65º31.17%51.57%-
HSV(B)350.65º45.29%66.67%-
XYZ23.0417.3915.51-
YUV117.39121.01165.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 93 (36.72% from 255) = 25.27%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=46.20%
G=25.27%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709310500.450.380.33350.6531.1751.57
HexAA5D6902D262115f1f34
Octal25213515105546415373764
Binary1010101010111011101001010110110011010000110101111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D69; }

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

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

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

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

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

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

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

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