#AA5D67

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

Shades of Blush #AA5D67

Tints of Blush #AA5D67

Color information

#AA5D67 (or 0xAA5D67) is unknown color: approx Blush. HEX triplet: AA, 5D and 67. RGB value is (170,93,103). Sum of RGB (Red+Green+Blue) = 170+93+103=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D67 is #55A298. Grayscale: #757575. Windows color (decimal): -5612185 or 6774186. OLE color: 6774186.

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

Color convert

RGB17093103-
CMYK00.450.390.33
HSL352.21º31.17%51.57%-
HSV(B)352.21º45.29%66.67%-
XYZ22.9417.3514.97-
YUV117.16120.01165.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 103 (40.62% from 255) = 28.14%
R=46.45%
G=25.41%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709310300.450.390.33352.2131.1751.57
HexAA5D6702D27211601f34
Octal25213514705547415403764
Binary1010101010111011100111010110110011110000110110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5D67; }

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

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

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

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

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

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

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

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