#AD777B

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

Shades of Turkish Rose #AD777B

Tints of Turkish Rose #AD777B

Color information

#AD777B (or 0xAD777B) is unknown color: approx Turkish Rose. HEX triplet: AD, 77 and 7B. RGB value is (173,119,123). Sum of RGB (Red+Green+Blue) = 173+119+123=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD777B is #528884. Grayscale: #878787. Windows color (decimal): -5408901 or 8091565. OLE color: 8091565.

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

Color convert

RGB173119123-
CMYK00.310.290.32
HSL355.56º24.77%57.25%-
HSV(B)355.56º31.21%67.84%-
XYZ27.4123.5121.83-
YUV135.6120.89154.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=41.69%
G=28.67%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311912300.310.290.32355.5624.7757.25
HexAD777B01F1D201641939
Octal25516717303735405443171
Binary10101101111011111110110111111110110000010110010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD777B; }

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

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

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

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

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

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

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

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