Html Css Color HEX #AA6679 Turkish Rose

📋 copy color: '#AA6679'

red 170 ◦ green 102 ◦ blue 121

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

Shades of Turkish Rose #AA6679

Tints of Turkish Rose #AA6679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 43.26%
G = 25.95%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA6679 (or 0xAA6679) is known color: Turkish Rose. HEX triplet: AA, 66 and 79. RGB value is (170,102,121). Sum of RGB (Red+Green+Blue) = 170+102+121=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6679 is #559986. Grayscale: #7C7C7C. Windows color (decimal): -5609863 or 7956138. OLE color: 7956138.

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

Color convert

RGB 170 102 121 -
CMYK 0 0.4 0.29 0.33
HSL 343.24º 0.29% 0.53% -
HSV(B) 343.24º 0.4% 0.67% -
XYZ 24.78 19.43 20.53 -
YUV 124.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 170 102 121 0 0.4 0.29 0.33 343.24 0.29 0.53
Hex AA 66 79 0 28 1D 21 157 1D 35
Octal 252 146 171 0 50 35 41 527 35 65
Binary 10101010 1100110 1111001 0 101000 11101 100001 101010111 11101 110101

Color Harmonies of #AA6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6679

Black with #AA6679

Text Example


Text Example

White with #AA6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6679; }

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

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

background-color css

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

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

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

border-color css

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

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

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