Html Css Color HEX #AA686A Turkish Rose

📋 copy color: '#AA686A'

red 170 ◦ green 104 ◦ blue 106

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

Shades of Turkish Rose #AA686A

Tints of Turkish Rose #AA686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 44.74%
G = 27.37%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA686A (or 0xAA686A) is known color: Turkish Rose. HEX triplet: AA, 68 and 6A. RGB value is (170,104,106). Sum of RGB (Red+Green+Blue) = 170+104+106=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA686A is #559795. Grayscale: #7C7C7C. Windows color (decimal): -5609366 or 6973610. OLE color: 6973610.

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

Color convert

RGB 170 104 106 -
CMYK 0 0.39 0.38 0.33
HSL 358.18º 0.28% 0.54% -
HSV(B) 358.18º 0.39% 0.67% -
XYZ 24.13 19.49 16.13 -
YUV 123.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 170 104 106 0 0.39 0.38 0.33 358.18 0.28 0.54
Hex AA 68 6A 0 27 26 21 166 1C 36
Octal 252 150 152 0 47 46 41 546 34 66
Binary 10101010 1101000 1101010 0 100111 100110 100001 101100110 11100 110110

Color Harmonies of #AA686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA686A

Black with #AA686A

Text Example


Text Example

White with #AA686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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