Html Css Color HEX #AA666B Turkish Rose

📋 copy color: '#AA666B'

red 170 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #AA666B

Tints of Turkish Rose #AA666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 44.85%
G = 26.91%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA666B (or 0xAA666B) is known color: Turkish Rose. HEX triplet: AA, 66 and 6B. RGB value is (170,102,107). Sum of RGB (Red+Green+Blue) = 170+102+107=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA666B is #559994. Grayscale: #7A7A7A. Windows color (decimal): -5609877 or 7038634. OLE color: 7038634.

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

Color convert

RGB 170 102 107 -
CMYK 0 0.4 0.37 0.33
HSL 355.59º 0.29% 0.53% -
HSV(B) 355.59º 0.4% 0.67% -
XYZ 23.98 19.11 16.33 -
YUV 122.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 170 102 107 0 0.4 0.37 0.33 355.59 0.29 0.53
Hex AA 66 6B 0 28 25 21 164 1D 35
Octal 252 146 153 0 50 45 41 544 35 65
Binary 10101010 1100110 1101011 0 101000 100101 100001 101100100 11101 110101

Color Harmonies of #AA666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA666B

Black with #AA666B

Text Example


Text Example

White with #AA666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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