#AD777F

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

Shades of Turkish Rose #AD777F

Tints of Turkish Rose #AD777F

Color information

#AD777F (or 0xAD777F) is unknown color: approx Turkish Rose. HEX triplet: AD, 77 and 7F. RGB value is (173,119,127). Sum of RGB (Red+Green+Blue) = 173+119+127=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD777F is #528880. Grayscale: #888888. Windows color (decimal): -5408897 or 8353709. OLE color: 8353709.

HSL color Cylindrical-coordinate representation of color #AD777F: hue angle of 351.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD777F is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173119127-
CMYK00.310.270.32
HSL351.11º24.77%57.25%-
HSV(B)351.11º31.21%67.84%-
XYZ27.6623.6123.18-
YUV136.06122.89154.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.29%
GREEN value IS 119 (46.88% from 255) = 28.40%
BLUE value IS 127 (50% from 255) = 30.31%
R=41.29%
G=28.40%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311912700.310.270.32351.1124.7757.25
HexAD777F01F1B2015f1939
Octal25516717703733405373171
Binary10101101111011111111110111111101110000010101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD777F; }

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

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

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

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

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

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

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

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