Html Css Color HEX #AA686B Turkish Rose

📋 copy color: '#AA686B'

red 170 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #AA686B

Tints of Turkish Rose #AA686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 44.62%
G = 27.3%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA686B (or 0xAA686B) is known color: Turkish Rose. HEX triplet: AA, 68 and 6B. RGB value is (170,104,107). Sum of RGB (Red+Green+Blue) = 170+104+107=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA686B is #559794. Grayscale: #7C7C7C. Windows color (decimal): -5609365 or 7039146. OLE color: 7039146.

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

Color convert

RGB 170 104 107 -
CMYK 0 0.39 0.37 0.33
HSL 357.27º 0.28% 0.54% -
HSV(B) 357.27º 0.39% 0.67% -
XYZ 24.18 19.51 16.4 -
YUV 124.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 170 104 107 0 0.39 0.37 0.33 357.27 0.28 0.54
Hex AA 68 6B 0 27 25 21 165 1C 36
Octal 252 150 153 0 47 45 41 545 34 66
Binary 10101010 1101000 1101011 0 100111 100101 100001 101100101 11100 110110

Color Harmonies of #AA686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA686B

Black with #AA686B

Text Example


Text Example

White with #AA686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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