#AA6871

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

Shades of Turkish Rose #AA6871

Tints of Turkish Rose #AA6871

Color information

#AA6871 (or 0xAA6871) is unknown color: approx Turkish Rose. HEX triplet: AA, 68 and 71. RGB value is (170,104,113). Sum of RGB (Red+Green+Blue) = 170+104+113=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6871 is #55978E. Grayscale: #7C7C7C. Windows color (decimal): -5609359 or 7432362. OLE color: 7432362.

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

Color convert

RGB170104113-
CMYK00.390.340.33
HSL351.82º27.97%53.73%-
HSV(B)351.82º38.82%66.67%-
XYZ24.5119.6418.12-
YUV124.76121.37160.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=43.93%
G=26.87%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010411300.390.340.33351.8227.9753.73
HexAA687102722211601c36
Octal25215016104742415403466
Binary1010101011010001110001010011110001010000110110000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6871; }

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

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

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

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

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

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

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

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