#AA787E

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

Shades of Turkish Rose #AA787E

Tints of Turkish Rose #AA787E

Color information

#AA787E (or 0xAA787E) is unknown color: approx Turkish Rose. HEX triplet: AA, 78 and 7E. RGB value is (170,120,126). Sum of RGB (Red+Green+Blue) = 170+120+126=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA787E is #558781. Grayscale: #878787. Windows color (decimal): -5605250 or 8288426. OLE color: 8288426.

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

Color convert

RGB170120126-
CMYK00.290.260.33
HSL352.8º22.73%56.86%-
HSV(B)352.8º29.41%66.67%-
XYZ27.0623.4922.85-
YUV135.63122.56152.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=40.87%
G=28.85%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012012600.290.260.33352.822.7356.86
HexAA787E01D1A211611739
Octal25217017603532415412771
Binary10101010111100011111100111011101010000110110000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA787E; }

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

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

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

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

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

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

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

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