Html Css Color HEX #AA7179 Turkish Rose

📋 copy color: '#AA7179'

red 170 ◦ green 113 ◦ blue 121

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

Shades of Turkish Rose #AA7179

Tints of Turkish Rose #AA7179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 42.08%
G = 27.97%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA7179 (or 0xAA7179) is known color: Turkish Rose. HEX triplet: AA, 71 and 79. RGB value is (170,113,121). Sum of RGB (Red+Green+Blue) = 170+113+121=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7179 is #558E86. Grayscale: #828282. Windows color (decimal): -5607047 or 7958954. OLE color: 7958954.

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

Color convert

RGB 170 113 121 -
CMYK 0 0.34 0.29 0.33
HSL 351.58º 0.25% 0.55% -
HSV(B) 351.58º 0.34% 0.67% -
XYZ 25.93 21.74 20.92 -
YUV 130.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 170 113 121 0 0.34 0.29 0.33 351.58 0.25 0.55
Hex AA 71 79 0 22 1D 21 160 19 37
Octal 252 161 171 0 42 35 41 540 31 67
Binary 10101010 1110001 1111001 0 100010 11101 100001 101100000 11001 110111

Color Harmonies of #AA7179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7179

Black with #AA7179

Text Example


Text Example

White with #AA7179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7179; }

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

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

background-color css

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

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

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

border-color css

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

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

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