Html Css Color HEX #AA696D Turkish Rose

📋 copy color: '#AA696D'

red 170 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #AA696D

Tints of Turkish Rose #AA696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 44.27%
G = 27.34%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA696D (or 0xAA696D) is known color: Turkish Rose. HEX triplet: AA, 69 and 6D. RGB value is (170,105,109). Sum of RGB (Red+Green+Blue) = 170+105+109=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA696D is #559692. Grayscale: #7C7C7C. Windows color (decimal): -5609107 or 7170474. OLE color: 7170474.

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

Color convert

RGB 170 105 109 -
CMYK 0 0.38 0.36 0.33
HSL 356.31º 0.28% 0.54% -
HSV(B) 356.31º 0.38% 0.67% -
XYZ 24.39 19.75 17 -
YUV 124.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 170 105 109 0 0.38 0.36 0.33 356.31 0.28 0.54
Hex AA 69 6D 0 26 24 21 164 1C 36
Octal 252 151 155 0 46 44 41 544 34 66
Binary 10101010 1101001 1101101 0 100110 100100 100001 101100100 11100 110110

Color Harmonies of #AA696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA696D

Black with #AA696D

Text Example


Text Example

White with #AA696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA696D; }

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

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

background-color css

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

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

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

border-color css

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

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

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