Html Css Color HEX #AD686C Turkish Rose

📋 copy color: '#AD686C'

red 173 ◦ green 104 ◦ blue 108

#AD686C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AD686C

Tints of Turkish Rose #AD686C

RGB

 RED value IS 173 (67.97% from 255) = 44.94%

 GREEN value IS 104 (41.02% from 255) = 27.01%

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 44.94%
G = 27.01%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD686C (or 0xAD686C) is known color: Turkish Rose. HEX triplet: AD, 68 and 6C. RGB value is (173,104,108). Sum of RGB (Red+Green+Blue) = 173+104+108=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD686C is #529793. Grayscale: #7D7D7D. Windows color (decimal): -5412756 or 7104685. OLE color: 7104685.

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

Color convert

RGB 173 104 108 -
CMYK 0 0.40 0.38 0.32
HSL 356.52º 0.3% 0.54% -
HSV(B) 356.52º 0.4% 0.68% -
XYZ 24.89 19.87 16.71 -
YUV 125.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 173 104 108 0 0.40 0.38 0.32 356.52 0.3 0.54
Hex AD 68 6C 0 28 26 20 165 1E 36
Octal 255 150 154 0 50 46 40 545 36 66
Binary 10101101 1101000 1101100 0 101000 100110 100000 101100101 11110 110110

Color Harmonies of #AD686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD686C

Black with #AD686C

Text Example


Text Example

White with #AD686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD686C; }

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

 H1.HeaderClassName
 {
   color: #AD686C;
 }
 .AnyTagClassName
 {
   color: #AD686C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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