Html Css Color HEX #AA697A Turkish Rose

📋 copy color: '#AA697A'

red 170 ◦ green 105 ◦ blue 122

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

Shades of Turkish Rose #AA697A

Tints of Turkish Rose #AA697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 42.82%
G = 26.45%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA697A (or 0xAA697A) is known color: Turkish Rose. HEX triplet: AA, 69 and 7A. RGB value is (170,105,122). Sum of RGB (Red+Green+Blue) = 170+105+122=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA697A is #559685. Grayscale: #7E7E7E. Windows color (decimal): -5609094 or 8022442. OLE color: 8022442.

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

Color convert

RGB 170 105 122 -
CMYK 0 0.38 0.28 0.33
HSL 344.31º 0.28% 0.54% -
HSV(B) 344.31º 0.38% 0.67% -
XYZ 25.14 20.05 20.96 -
YUV 126.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 170 105 122 0 0.38 0.28 0.33 344.31 0.28 0.54
Hex AA 69 7A 0 26 1C 21 158 1C 36
Octal 252 151 172 0 46 34 41 530 34 66
Binary 10101010 1101001 1111010 0 100110 11100 100001 101011000 11100 110110

Color Harmonies of #AA697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA697A

Black with #AA697A

Text Example


Text Example

White with #AA697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA697A; }

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

 H1.HeaderClassName
 {
   color: #AA697A;
 }
 .AnyTagClassName
 {
   color: #AA697A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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