#AA6177

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

Shades of Turkish Rose #AA6177

Tints of Turkish Rose #AA6177

Color information

#AA6177 (or 0xAA6177) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 77. RGB value is (170,97,119). Sum of RGB (Red+Green+Blue) = 170+97+119=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6177 is #559E88. Grayscale: #797979. Windows color (decimal): -5611145 or 7823786. OLE color: 7823786.

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

Color convert

RGB17097119-
CMYK00.430.30.33
HSL341.92º30.04%52.35%-
HSV(B)341.92º42.94%66.67%-
XYZ24.1818.4319.74-
YUV121.34126.68162.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=44.04%
G=25.13%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709711900.430.30.33341.9230.0452.35
HexAA617702B1E211561e34
Octal25214116705336415263664
Binary101010101100001111011101010111111010000110101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6177; }

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

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

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

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

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

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

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

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