Html Css Color HEX #AA777F Turkish Rose

📋 copy color: '#AA777F'

red 170 ◦ green 119 ◦ blue 127

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

Shades of Turkish Rose #AA777F

Tints of Turkish Rose #AA777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.53%

R = 40.87%
G = 28.61%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA777F (or 0xAA777F) is known color: Turkish Rose. HEX triplet: AA, 77 and 7F. RGB value is (170,119,127). Sum of RGB (Red+Green+Blue) = 170+119+127=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA777F is #558880. Grayscale: #878787. Windows color (decimal): -5605505 or 8353706. OLE color: 8353706.

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

Color convert

RGB 170 119 127 -
CMYK 0 0.3 0.25 0.33
HSL 350.59º 0.23% 0.57% -
HSV(B) 350.59º 0.3% 0.67% -
XYZ 27.01 23.27 23.15 -
YUV 135.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 170 119 127 0 0.3 0.25 0.33 350.59 0.23 0.57
Hex AA 77 7F 0 1E 19 21 15F 17 39
Octal 252 167 177 0 36 31 41 537 27 71
Binary 10101010 1110111 1111111 0 11110 11001 100001 101011111 10111 111001

Color Harmonies of #AA777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA777F

Black with #AA777F

Text Example


Text Example

White with #AA777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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