#AA5A67

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

Shades of Blush #AA5A67

Tints of Blush #AA5A67

Color information

#AA5A67 (or 0xAA5A67) is unknown color: approx Blush. HEX triplet: AA, 5A and 67. RGB value is (170,90,103). Sum of RGB (Red+Green+Blue) = 170+90+103=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A67 is #55A598. Grayscale: #737373. Windows color (decimal): -5612953 or 6773418. OLE color: 6773418.

HSL color Cylindrical-coordinate representation of color #AA5A67: hue angle of 350.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A67 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17090103-
CMYK00.470.390.33
HSL350.25º32%50.98%-
HSV(B)350.25º47.06%66.67%-
XYZ22.6816.8414.89-
YUV115.4121166.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=46.83%
G=24.79%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709010300.470.390.33350.253250.98
HexAA5A6702F272115e2033
Octal25213214705747415364063
Binary10101010101101011001110101111100111100001101011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A67; }

 p { color: rgb(170,90,103); }

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

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

 a { background-color: rgb(170,90,103); }

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

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

 span { border-color: rgb(170,90,103); }

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