#AA6971

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

Shades of Turkish Rose #AA6971

Tints of Turkish Rose #AA6971

Color information

#AA6971 (or 0xAA6971) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 71. RGB value is (170,105,113). Sum of RGB (Red+Green+Blue) = 170+105+113=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6971 is #55968E. Grayscale: #7D7D7D. Windows color (decimal): -5609103 or 7432618. OLE color: 7432618.

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

Color convert

RGB170105113-
CMYK00.380.340.33
HSL352.62º27.66%53.92%-
HSV(B)352.62º38.24%66.67%-
XYZ24.6119.8418.16-
YUV125.35121.03159.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=43.81%
G=27.06%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010511300.380.340.33352.6227.6653.92
HexAA697102622211611c36
Octal25215116104642415413466
Binary1010101011010011110001010011010001010000110110000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6971; }

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

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

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

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

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

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

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

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