#AD7778

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

Shades of Turkish Rose #AD7778

Tints of Turkish Rose #AD7778

Color information

#AD7778 (or 0xAD7778) is unknown color: approx Turkish Rose. HEX triplet: AD, 77 and 78. RGB value is (173,119,120). Sum of RGB (Red+Green+Blue) = 173+119+120=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7778 is #528887. Grayscale: #878787. Windows color (decimal): -5408904 or 7894957. OLE color: 7894957.

HSL color Cylindrical-coordinate representation of color #AD7778: hue angle of 358.89º 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 #AD7778 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173119120-
CMYK00.310.310.32
HSL358.89º24.77%57.25%-
HSV(B)358.89º31.21%67.84%-
XYZ27.2223.4320.86-
YUV135.26119.39154.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 119 (46.88% from 255) = 28.88%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=41.99%
G=28.88%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311912000.310.310.32358.8924.7757.25
HexAD777801F1F201671939
Octal25516717003737405473171
Binary10101101111011111110000111111111110000010110011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7778; }

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

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

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

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

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

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

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

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