#AD686B

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

Shades of Turkish Rose #AD686B

Tints of Turkish Rose #AD686B

Color information

#AD686B (or 0xAD686B) is unknown color: approx Turkish Rose. HEX triplet: AD, 68 and 6B. RGB value is (173,104,107). Sum of RGB (Red+Green+Blue) = 173+104+107=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD686B is #529794. Grayscale: #7D7D7D. Windows color (decimal): -5412757 or 7039149. OLE color: 7039149.

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

Color convert

RGB173104107-
CMYK00.400.380.32
HSL357.39º29.61%54.31%-
HSV(B)357.39º39.88%67.84%-
XYZ24.8419.8516.43-
YUV124.97117.86162.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=45.05%
G=27.08%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310410700.400.380.32357.3929.6154.31
HexAD686B02826201651e36
Octal25515015305046405453666
Binary1010110111010001101011010100010011010000010110010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD686B; }

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

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

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

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

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

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

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

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