#AD686F

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

Shades of Turkish Rose #AD686F

Tints of Turkish Rose #AD686F

Color information

#AD686F (or 0xAD686F) is unknown color: approx Turkish Rose. HEX triplet: AD, 68 and 6F. RGB value is (173,104,111). Sum of RGB (Red+Green+Blue) = 173+104+111=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD686F is #529790. Grayscale: #7D7D7D. Windows color (decimal): -5412753 or 7301293. OLE color: 7301293.

HSL color Cylindrical-coordinate representation of color #AD686F: hue angle of 353.91º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD686F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173104111-
CMYK00.400.360.32
HSL353.91º29.61%54.31%-
HSV(B)353.91º39.88%67.84%-
XYZ25.0519.9317.57-
YUV125.43119.86161.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.59%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=44.59%
G=26.80%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310411100.400.360.32353.9129.6154.31
HexAD686F02824201621e36
Octal25515015705044405423666
Binary1010110111010001101111010100010010010000010110001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD686F; }

 p { color: rgb(173,104,111); }

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

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

 a { background-color: rgb(173,104,111); }

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

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

 span { border-color: rgb(173,104,111); }

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