Html Css Color HEX #AA6166 Turkish Rose

📋 copy color: '#AA6166'

red 170 ◦ green 97 ◦ blue 102

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

Shades of Turkish Rose #AA6166

Tints of Turkish Rose #AA6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 46.07%
G = 26.29%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA6166 (or 0xAA6166) is known color: Turkish Rose. HEX triplet: AA, 61 and 66. RGB value is (170,97,102). Sum of RGB (Red+Green+Blue) = 170+97+102=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6166 is #559E99. Grayscale: #777777. Windows color (decimal): -5611162 or 6709674. OLE color: 6709674.

HSL color Cylindrical-coordinate representation of color #AA6166: hue angle of 355.89º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6166 is Cyan = 0, Magento = 0.43, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 102 -
CMYK 0 0.43 0.4 0.33
HSL 355.89º 0.3% 0.52% -
HSV(B) 355.89º 0.43% 0.67% -
XYZ 23.25 18.05 14.83 -
YUV 119.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 170 97 102 0 0.43 0.4 0.33 355.89 0.3 0.52
Hex AA 61 66 0 2B 28 21 164 1E 34
Octal 252 141 146 0 53 50 41 544 36 64
Binary 10101010 1100001 1100110 0 101011 101000 100001 101100100 11110 110100

Color Harmonies of #AA6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6166

Black with #AA6166

Text Example


Text Example

White with #AA6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6166; }

 p { color: rgb(170,97,102); }

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

background-color css

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

 a { background-color: rgb(170,97,102); }

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

border-color css

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

 span { border-color: rgb(170,97,102); }

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