#AA777A

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

Shades of Turkish Rose #AA777A

Tints of Turkish Rose #AA777A

Color information

#AA777A (or 0xAA777A) is unknown color: approx Turkish Rose. HEX triplet: AA, 77 and 7A. RGB value is (170,119,122). Sum of RGB (Red+Green+Blue) = 170+119+122=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA777A is #558885. Grayscale: #868686. Windows color (decimal): -5605510 or 8026026. OLE color: 8026026.

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

Color convert

RGB170119122-
CMYK00.30.280.33
HSL356.47º23.08%56.67%-
HSV(B)356.47º30%66.67%-
XYZ26.6923.1421.47-
YUV134.59120.9153.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 119 (46.88% from 255) = 28.95%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=41.36%
G=28.95%
B=29.68%

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
Decimal17011912200.30.280.33356.4723.0856.67
HexAA777A01E1C211641739
Octal25216717203634415442771
Binary10101010111011111110100111101110010000110110010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA777A; }

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

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

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

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

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

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

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

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