#AA686C

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

Shades of Turkish Rose #AA686C

Tints of Turkish Rose #AA686C

Color information

#AA686C (or 0xAA686C) is unknown color: approx Turkish Rose. HEX triplet: AA, 68 and 6C. RGB value is (170,104,108). Sum of RGB (Red+Green+Blue) = 170+104+108=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA686C is #559793. Grayscale: #7C7C7C. Windows color (decimal): -5609364 or 7104682. OLE color: 7104682.

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

Color convert

RGB170104108-
CMYK00.390.360.33
HSL356.36º27.97%53.73%-
HSV(B)356.36º38.82%66.67%-
XYZ24.2319.5316.68-
YUV124.19118.87160.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=44.50%
G=27.23%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010410800.390.360.33356.3627.9753.73
HexAA686C02724211641c36
Octal25215015404744415443466
Binary1010101011010001101100010011110010010000110110010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA686C; }

 p { color: rgb(170,104,108); }

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

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

 a { background-color: rgb(170,104,108); }

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

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

 span { border-color: rgb(170,104,108); }

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