#AA777D

Color #AA777D Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AA777D

Tints of Turkish Rose #AA777D

Color information

#AA777D (or 0xAA777D) is unknown color: approx Turkish Rose. HEX triplet: AA, 77 and 7D. RGB value is (170,119,125). Sum of RGB (Red+Green+Blue) = 170+119+125=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA777D is #558882. Grayscale: #868686. Windows color (decimal): -5605507 or 8222634. OLE color: 8222634.

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

Color convert

RGB170119125-
CMYK00.30.260.33
HSL352.94º23.08%56.67%-
HSV(B)352.94º30%66.67%-
XYZ26.8823.2222.47-
YUV134.93122.4153.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=41.06%
G=28.74%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011912500.30.260.33352.9423.0856.67
HexAA777D01E1A211611739
Octal25216717503632415412771
Binary10101010111011111111010111101101010000110110000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA777D; }

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

 H1.HeaderClassName
 {
   color: #AA777D;
 }
 .AnyTagClassName
 {
   color: #AA777D;
 }
</style>
background-color css

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

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

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

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

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

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