#AA5267

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

Shades of Blush #AA5267

Tints of Blush #AA5267

Color information

#AA5267 (or 0xAA5267) is unknown color: approx Blush. HEX triplet: AA, 52 and 67. RGB value is (170,82,103). Sum of RGB (Red+Green+Blue) = 170+82+103=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5267 is #55AD98. Grayscale: #6E6E6E. Windows color (decimal): -5615001 or 6771370. OLE color: 6771370.

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

Color convert

RGB17082103-
CMYK00.520.390.33
HSL345.68º34.92%49.41%-
HSV(B)345.68º51.76%66.67%-
XYZ22.0415.5614.67-
YUV110.71123.65170.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=47.89%
G=23.10%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708210300.520.390.33345.6834.9249.41
HexAA5267034272115a2331
Octal25212214706447415324361
Binary10101010101001011001110110100100111100001101011010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5267; }

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

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

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

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

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

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

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

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