Html Css Color HEX #AA686C Turkish Rose

📋 copy color: '#AA686C'

red 170 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #AA686C

Tints of Turkish Rose #AA686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.27%

R = 44.5%
G = 27.23%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA686C (or 0xAA686C) is known color: Turkish Rose. HEX triplet: AA, 68 and 6C. RGB value is (170,104,108). Sum of RGB (Red+Green+Blue) = 170+104+108=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA686C is #559793. Grayscale: #7C7C7C. Windows color (decimal): -5609364 or 7104682. OLE color: 7104682.

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

Color convert

RGB 170 104 108 -
CMYK 0 0.39 0.36 0.33
HSL 356.36º 0.28% 0.54% -
HSV(B) 356.36º 0.39% 0.67% -
XYZ 24.23 19.53 16.68 -
YUV 124.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 170 104 108 0 0.39 0.36 0.33 356.36 0.28 0.54
Hex AA 68 6C 0 27 24 21 164 1C 36
Octal 252 150 154 0 47 44 41 544 34 66
Binary 10101010 1101000 1101100 0 100111 100100 100001 101100100 11100 110110

Color Harmonies of #AA686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA686C

Black with #AA686C

Text Example


Text Example

White with #AA686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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