#AA787B

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

Shades of Turkish Rose #AA787B

Tints of Turkish Rose #AA787B

Color information

#AA787B (or 0xAA787B) is unknown color: approx Turkish Rose. HEX triplet: AA, 78 and 7B. RGB value is (170,120,123). Sum of RGB (Red+Green+Blue) = 170+120+123=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA787B is #558784. Grayscale: #878787. Windows color (decimal): -5605253 or 8091818. OLE color: 8091818.

HSL color Cylindrical-coordinate representation of color #AA787B: hue angle of 356.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA787B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB170120123-
CMYK00.290.280.33
HSL356.4º22.73%56.86%-
HSV(B)356.4º29.41%66.67%-
XYZ26.8723.4121.84-
YUV135.29121.06152.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=41.16%
G=29.06%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012012300.290.280.33356.422.7356.86
HexAA787B01D1C211641739
Octal25217017303534415442771
Binary10101010111100011110110111011110010000110110010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA787B; }

 p { color: rgb(170,120,123); }

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

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

 a { background-color: rgb(170,120,123); }

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

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

 span { border-color: rgb(170,120,123); }

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