Html Css Color HEX #AA6177 Turkish Rose

📋 copy color: '#AA6177'

red 170 ◦ green 97 ◦ blue 119

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

Shades of Turkish Rose #AA6177

Tints of Turkish Rose #AA6177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 44.04%
G = 25.13%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA6177 (or 0xAA6177) is known color: Turkish Rose. HEX triplet: AA, 61 and 77. RGB value is (170,97,119). Sum of RGB (Red+Green+Blue) = 170+97+119=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6177 is #559E88. Grayscale: #797979. Windows color (decimal): -5611145 or 7823786. OLE color: 7823786.

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

Color convert

RGB 170 97 119 -
CMYK 0 0.43 0.3 0.33
HSL 341.92º 0.3% 0.52% -
HSV(B) 341.92º 0.43% 0.67% -
XYZ 24.18 18.43 19.74 -
YUV 121.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 170 97 119 0 0.43 0.3 0.33 341.92 0.3 0.52
Hex AA 61 77 0 2B 1E 21 156 1E 34
Octal 252 141 167 0 53 36 41 526 36 64
Binary 10101010 1100001 1110111 0 101011 11110 100001 101010110 11110 110100

Color Harmonies of #AA6177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6177

Black with #AA6177

Text Example


Text Example

White with #AA6177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6177; }

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

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

background-color css

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

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

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

border-color css

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

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

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