#AA6777

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

Shades of Turkish Rose #AA6777

Tints of Turkish Rose #AA6777

Color information

#AA6777 (or 0xAA6777) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 77. RGB value is (170,103,119). Sum of RGB (Red+Green+Blue) = 170+103+119=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6777 is #559888. Grayscale: #7C7C7C. Windows color (decimal): -5609609 or 7825322. OLE color: 7825322.

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

Color convert

RGB170103119-
CMYK00.390.30.33
HSL345.67º28.27%53.53%-
HSV(B)345.67º39.41%66.67%-
XYZ24.7619.5819.93-
YUV124.86124.7160.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=43.37%
G=26.28%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010311900.390.30.33345.6728.2753.53
HexAA67770271E2115a1c36
Octal25214716704736415323466
Binary101010101100111111011101001111111010000110101101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6777; }

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

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

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

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

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

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

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

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