Html Css Color HEX #AA696F Turkish Rose

📋 copy color: '#AA696F'

red 170 ◦ green 105 ◦ blue 111

#AA696F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AA696F

Tints of Turkish Rose #AA696F

RGB

 RED value IS 170 (66.8% from 255) = 44.04%

 GREEN value IS 105 (41.41% from 255) = 27.2%

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 44.04%
G = 27.2%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA696F (or 0xAA696F) is known color: 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

RGB 170 105 111 -
CMYK 0 0.38 0.35 0.33
HSL 354.46º 0.28% 0.54% -
HSV(B) 354.46º 0.38% 0.67% -
XYZ 24.5 19.8 17.57 -
YUV 125.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 170 105 111 0 0.38 0.35 0.33 354.46 0.28 0.54
Hex AA 69 6F 0 26 23 21 162 1C 36
Octal 252 151 157 0 46 43 41 542 34 66
Binary 10101010 1101001 1101111 0 100110 100011 100001 101100010 11100 110110

Color Harmonies of #AA696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA696F

Black with #AA696F

Text Example


Text Example

White with #AA696F

Text Example


Text Example

HTML Codes & Css Web 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>