Html Css Color HEX #AA777C Turkish Rose

📋 copy color: '#AA777C'

red 170 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #AA777C

Tints of Turkish Rose #AA777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 41.16%
G = 28.81%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA777C (or 0xAA777C) is known color: Turkish Rose. HEX triplet: AA, 77 and 7C. RGB value is (170,119,124). Sum of RGB (Red+Green+Blue) = 170+119+124=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA777C is #558883. Grayscale: #868686. Windows color (decimal): -5605508 or 8157098. OLE color: 8157098.

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

Color convert

RGB 170 119 124 -
CMYK 0 0.3 0.27 0.33
HSL 354.12º 0.23% 0.57% -
HSV(B) 354.12º 0.3% 0.67% -
XYZ 26.81 23.19 22.13 -
YUV 134.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 170 119 124 0 0.3 0.27 0.33 354.12 0.23 0.57
Hex AA 77 7C 0 1E 1B 21 162 17 39
Octal 252 167 174 0 36 33 41 542 27 71
Binary 10101010 1110111 1111100 0 11110 11011 100001 101100010 10111 111001

Color Harmonies of #AA777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA777C

Black with #AA777C

Text Example


Text Example

White with #AA777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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