Html Css Color HEX #AA717D Turkish Rose

📋 copy color: '#AA717D'

red 170 ◦ green 113 ◦ blue 125

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

Shades of Turkish Rose #AA717D

Tints of Turkish Rose #AA717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 41.67%
G = 27.7%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA717D (or 0xAA717D) is known color: Turkish Rose. HEX triplet: AA, 71 and 7D. RGB value is (170,113,125). Sum of RGB (Red+Green+Blue) = 170+113+125=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717D is #558E82. Grayscale: #838383. Windows color (decimal): -5607043 or 8221098. OLE color: 8221098.

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

Color convert

RGB 170 113 125 -
CMYK 0 0.34 0.26 0.33
HSL 347.37º 0.25% 0.55% -
HSV(B) 347.37º 0.34% 0.67% -
XYZ 26.18 21.84 22.24 -
YUV 131.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 170 113 125 0 0.34 0.26 0.33 347.37 0.25 0.55
Hex AA 71 7D 0 22 1A 21 15B 19 37
Octal 252 161 175 0 42 32 41 533 31 67
Binary 10101010 1110001 1111101 0 100010 11010 100001 101011011 11001 110111

Color Harmonies of #AA717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA717D

Black with #AA717D

Text Example


Text Example

White with #AA717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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