Html Css Color HEX #AA6A79 Turkish Rose

📋 copy color: '#AA6A79'

red 170 ◦ green 106 ◦ blue 121

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

Shades of Turkish Rose #AA6A79

Tints of Turkish Rose #AA6A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 42.82%
G = 26.7%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA6A79 (or 0xAA6A79) is known color: Turkish Rose. HEX triplet: AA, 6A and 79. RGB value is (170,106,121). Sum of RGB (Red+Green+Blue) = 170+106+121=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A79 is #559586. Grayscale: #7E7E7E. Windows color (decimal): -5608839 or 7957162. OLE color: 7957162.

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

Color convert

RGB 170 106 121 -
CMYK 0 0.38 0.29 0.33
HSL 345.94º 0.27% 0.54% -
HSV(B) 345.94º 0.38% 0.67% -
XYZ 25.18 20.23 20.67 -
YUV 126.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 170 106 121 0 0.38 0.29 0.33 345.94 0.27 0.54
Hex AA 6A 79 0 26 1D 21 15A 1B 36
Octal 252 152 171 0 46 35 41 532 33 66
Binary 10101010 1101010 1111001 0 100110 11101 100001 101011010 11011 110110

Color Harmonies of #AA6A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A79

Black with #AA6A79

Text Example


Text Example

White with #AA6A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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