Html Css Color HEX #AA6171 Turkish Rose

📋 copy color: '#AA6171'

red 170 ◦ green 97 ◦ blue 113

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

Shades of Turkish Rose #AA6171

Tints of Turkish Rose #AA6171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 44.74%
G = 25.53%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA6171 (or 0xAA6171) is known color: Turkish Rose. HEX triplet: AA, 61 and 71. RGB value is (170,97,113). Sum of RGB (Red+Green+Blue) = 170+97+113=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6171 is #559E8E. Grayscale: #787878. Windows color (decimal): -5611151 or 7430570. OLE color: 7430570.

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

Color convert

RGB 170 97 113 -
CMYK 0 0.43 0.34 0.33
HSL 346.85º 0.3% 0.52% -
HSV(B) 346.85º 0.43% 0.67% -
XYZ 23.83 18.29 17.9 -
YUV 120.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 170 97 113 0 0.43 0.34 0.33 346.85 0.3 0.52
Hex AA 61 71 0 2B 22 21 15B 1E 34
Octal 252 141 161 0 53 42 41 533 36 64
Binary 10101010 1100001 1110001 0 101011 100010 100001 101011011 11110 110100

Color Harmonies of #AA6171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6171

Black with #AA6171

Text Example


Text Example

White with #AA6171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6171; }

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

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

background-color css

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

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

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

border-color css

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

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

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