Html Css Color HEX #AA666C Turkish Rose

📋 copy color: '#AA666C'

red 170 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #AA666C

Tints of Turkish Rose #AA666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

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

R = 44.74%
G = 26.84%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA666C (or 0xAA666C) is known color: Turkish Rose. HEX triplet: AA, 66 and 6C. RGB value is (170,102,108). Sum of RGB (Red+Green+Blue) = 170+102+108=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA666C is #559993. Grayscale: #7B7B7B. Windows color (decimal): -5609876 or 7104170. OLE color: 7104170.

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

Color convert

RGB 170 102 108 -
CMYK 0 0.4 0.36 0.33
HSL 354.71º 0.29% 0.53% -
HSV(B) 354.71º 0.4% 0.67% -
XYZ 24.04 19.13 16.61 -
YUV 123.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 170 102 108 0 0.4 0.36 0.33 354.71 0.29 0.53
Hex AA 66 6C 0 28 24 21 163 1D 35
Octal 252 146 154 0 50 44 41 543 35 65
Binary 10101010 1100110 1101100 0 101000 100100 100001 101100011 11101 110101

Color Harmonies of #AA666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA666C

Black with #AA666C

Text Example


Text Example

White with #AA666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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