Html Css Color HEX #AA666A Turkish Rose

📋 copy color: '#AA666A'

red 170 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #AA666A

Tints of Turkish Rose #AA666A

RGB

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

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

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

R = 44.97%
G = 26.98%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA666A (or 0xAA666A) is known color: Turkish Rose. HEX triplet: AA, 66 and 6A. RGB value is (170,102,106). Sum of RGB (Red+Green+Blue) = 170+102+106=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA666A is #559995. Grayscale: #7A7A7A. Windows color (decimal): -5609878 or 6973098. OLE color: 6973098.

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

Color convert

RGB 170 102 106 -
CMYK 0 0.4 0.38 0.33
HSL 356.47º 0.29% 0.53% -
HSV(B) 356.47º 0.4% 0.67% -
XYZ 23.93 19.09 16.06 -
YUV 122.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 170 102 106 0 0.4 0.38 0.33 356.47 0.29 0.53
Hex AA 66 6A 0 28 26 21 164 1D 35
Octal 252 146 152 0 50 46 41 544 35 65
Binary 10101010 1100110 1101010 0 101000 100110 100001 101100100 11101 110101

Color Harmonies of #AA666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA666A

Black with #AA666A

Text Example


Text Example

White with #AA666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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