#AA696F

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

Shades of Turkish Rose #AA696F

Tints of Turkish Rose #AA696F

Color information

#AA696F (or 0xAA696F) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 6F. RGB value is (170,105,111). Sum of RGB (Red+Green+Blue) = 170+105+111=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA696F is #559690. Grayscale: #7D7D7D. Windows color (decimal): -5609105 or 7301546. OLE color: 7301546.

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

Color convert

RGB170105111-
CMYK00.380.350.33
HSL354.46º27.66%53.92%-
HSV(B)354.46º38.24%66.67%-
XYZ24.519.817.57-
YUV125.12120.03160.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=44.04%
G=27.20%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010511100.380.350.33354.4627.6653.92
HexAA696F02623211621c36
Octal25215115704643415423466
Binary1010101011010011101111010011010001110000110110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA696F; }

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

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

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

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

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

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

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

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