Html Css Color HEX #AA717A Turkish Rose

📋 copy color: '#AA717A'

red 170 ◦ green 113 ◦ blue 122

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

Shades of Turkish Rose #AA717A

Tints of Turkish Rose #AA717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 41.98%
G = 27.9%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA717A (or 0xAA717A) is known color: Turkish Rose. HEX triplet: AA, 71 and 7A. RGB value is (170,113,122). Sum of RGB (Red+Green+Blue) = 170+113+122=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717A is #558E85. Grayscale: #838383. Windows color (decimal): -5607046 or 8024490. OLE color: 8024490.

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

Color convert

RGB 170 113 122 -
CMYK 0 0.34 0.28 0.33
HSL 350.53º 0.25% 0.55% -
HSV(B) 350.53º 0.34% 0.67% -
XYZ 26 21.76 21.24 -
YUV 131.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 170 113 122 0 0.34 0.28 0.33 350.53 0.25 0.55
Hex AA 71 7A 0 22 1C 21 15F 19 37
Octal 252 161 172 0 42 34 41 537 31 67
Binary 10101010 1110001 1111010 0 100010 11100 100001 101011111 11001 110111

Color Harmonies of #AA717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA717A

Black with #AA717A

Text Example


Text Example

White with #AA717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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