Html Css Color HEX #AA686E Turkish Rose

📋 copy color: '#AA686E'

red 170 ◦ green 104 ◦ blue 110

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

Shades of Turkish Rose #AA686E

Tints of Turkish Rose #AA686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.08%

 BLUE value IS 110 (43.36% from 255) = 28.65%

R = 44.27%
G = 27.08%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA686E (or 0xAA686E) is known color: Turkish Rose. HEX triplet: AA, 68 and 6E. RGB value is (170,104,110). Sum of RGB (Red+Green+Blue) = 170+104+110=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA686E is #559791. Grayscale: #7C7C7C. Windows color (decimal): -5609362 or 7235754. OLE color: 7235754.

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

Color convert

RGB 170 104 110 -
CMYK 0 0.39 0.35 0.33
HSL 354.55º 0.28% 0.54% -
HSV(B) 354.55º 0.39% 0.67% -
XYZ 24.34 19.57 17.25 -
YUV 124.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 170 104 110 0 0.39 0.35 0.33 354.55 0.28 0.54
Hex AA 68 6E 0 27 23 21 163 1C 36
Octal 252 150 156 0 47 43 41 543 34 66
Binary 10101010 1101000 1101110 0 100111 100011 100001 101100011 11100 110110

Color Harmonies of #AA686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA686E

Black with #AA686E

Text Example


Text Example

White with #AA686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA686E; }

 p { color: rgb(170,104,110); }

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

background-color css

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

 a { background-color: rgb(170,104,110); }

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

border-color css

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

 span { border-color: rgb(170,104,110); }

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