Html Css Color HEX #AA717B Turkish Rose

📋 copy color: '#AA717B'

red 170 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #AA717B

Tints of Turkish Rose #AA717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 41.87%
G = 27.83%
B = 30.3%

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

#AA717B (or 0xAA717B) is known color: Turkish Rose. HEX triplet: AA, 71 and 7B. RGB value is (170,113,123). Sum of RGB (Red+Green+Blue) = 170+113+123=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717B is #558E84. Grayscale: #838383. Windows color (decimal): -5607045 or 8090026. OLE color: 8090026.

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

Color convert

RGB 170 113 123 -
CMYK 0 0.34 0.28 0.33
HSL 349.47º 0.25% 0.55% -
HSV(B) 349.47º 0.34% 0.67% -
XYZ 26.06 21.79 21.57 -
YUV 131.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 170 113 123 0 0.34 0.28 0.33 349.47 0.25 0.55
Hex AA 71 7B 0 22 1C 21 15D 19 37
Octal 252 161 173 0 42 34 41 535 31 67
Binary 10101010 1110001 1111011 0 100010 11100 100001 101011101 11001 110111

Color Harmonies of #AA717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA717B

Black with #AA717B

Text Example


Text Example

White with #AA717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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