#AA777B

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

Shades of Turkish Rose #AA777B

Tints of Turkish Rose #AA777B

Color information

#AA777B (or 0xAA777B) is unknown color: approx Turkish Rose. HEX triplet: AA, 77 and 7B. RGB value is (170,119,123). Sum of RGB (Red+Green+Blue) = 170+119+123=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA777B is #558884. Grayscale: #868686. Windows color (decimal): -5605509 or 8091562. OLE color: 8091562.

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

Color convert

RGB170119123-
CMYK00.30.280.33
HSL355.29º23.08%56.67%-
HSV(B)355.29º30%66.67%-
XYZ26.7523.1721.8-
YUV134.7121.4153.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=41.26%
G=28.88%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011912300.30.280.33355.2923.0856.67
HexAA777B01E1C211631739
Octal25216717303634415432771
Binary10101010111011111110110111101110010000110110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA777B; }

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

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

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

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

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

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

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

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