Html Css Color HEX #AA6C71 Turkish Rose

📋 copy color: '#AA6C71'

red 170 ◦ green 108 ◦ blue 113

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

Shades of Turkish Rose #AA6C71

Tints of Turkish Rose #AA6C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

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

R = 43.48%
G = 27.62%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA6C71 (or 0xAA6C71) is known color: Turkish Rose. HEX triplet: AA, 6C and 71. RGB value is (170,108,113). Sum of RGB (Red+Green+Blue) = 170+108+113=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C71 is #55938E. Grayscale: #7F7F7F. Windows color (decimal): -5608335 or 7433386. OLE color: 7433386.

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

Color convert

RGB 170 108 113 -
CMYK 0 0.36 0.34 0.33
HSL 355.16º 0.27% 0.55% -
HSV(B) 355.16º 0.36% 0.67% -
XYZ 24.92 20.46 18.26 -
YUV 127.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 170 108 113 0 0.36 0.34 0.33 355.16 0.27 0.55
Hex AA 6C 71 0 24 22 21 163 1B 37
Octal 252 154 161 0 44 42 41 543 33 67
Binary 10101010 1101100 1110001 0 100100 100010 100001 101100011 11011 110111

Color Harmonies of #AA6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C71

Black with #AA6C71

Text Example


Text Example

White with #AA6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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