#AA686B

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

Shades of Turkish Rose #AA686B

Tints of Turkish Rose #AA686B

Color information

#AA686B (or 0xAA686B) is unknown color: approx Turkish Rose. HEX triplet: AA, 68 and 6B. RGB value is (170,104,107). Sum of RGB (Red+Green+Blue) = 170+104+107=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA686B is #559794. Grayscale: #7C7C7C. Windows color (decimal): -5609365 or 7039146. OLE color: 7039146.

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

Color convert

RGB170104107-
CMYK00.390.370.33
HSL357.27º27.97%53.73%-
HSV(B)357.27º38.82%66.67%-
XYZ24.1819.5116.4-
YUV124.08118.37160.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 107 (42.19% from 255) = 28.08%
R=44.62%
G=27.30%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010410700.390.370.33357.2727.9753.73
HexAA686B02725211651c36
Octal25215015304745415453466
Binary1010101011010001101011010011110010110000110110010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA686B; }

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

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

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

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

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

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

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

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