#AD767C

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

Shades of Turkish Rose #AD767C

Tints of Turkish Rose #AD767C

Color information

#AD767C (or 0xAD767C) is unknown color: approx Turkish Rose. HEX triplet: AD, 76 and 7C. RGB value is (173,118,124). Sum of RGB (Red+Green+Blue) = 173+118+124=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD767C is #528983. Grayscale: #878787. Windows color (decimal): -5409156 or 8156845. OLE color: 8156845.

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

Color convert

RGB173118124-
CMYK00.320.280.32
HSL353.45º25.11%57.06%-
HSV(B)353.45º31.79%67.84%-
XYZ27.3523.322.12-
YUV135.13121.72155.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=41.69%
G=28.43%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311812400.320.280.32353.4525.1157.06
HexAD767C0201C201611939
Octal25516617404034405413171
Binary101011011110110111110001000001110010000010110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD767C; }

 p { color: rgb(173,118,124); }

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

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

 a { background-color: rgb(173,118,124); }

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

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

 span { border-color: rgb(173,118,124); }

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