#AA5867

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

Shades of Blush #AA5867

Tints of Blush #AA5867

Color information

#AA5867 (or 0xAA5867) is unknown color: approx Blush. HEX triplet: AA, 58 and 67. RGB value is (170,88,103). Sum of RGB (Red+Green+Blue) = 170+88+103=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5867 is #55A798. Grayscale: #727272. Windows color (decimal): -5613465 or 6772906. OLE color: 6772906.

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

Color convert

RGB17088103-
CMYK00.480.390.33
HSL349.02º32.54%50.59%-
HSV(B)349.02º48.24%66.67%-
XYZ22.5216.514.83-
YUV114.23121.67167.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=47.09%
G=24.38%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708810300.480.390.33349.0232.5450.59
HexAA5867030272115d2133
Octal25213014706047415354163
Binary10101010101100011001110110000100111100001101011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5867; }

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

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

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

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

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

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

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

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