Html Css Color HEX #AD686D Turkish Rose

📋 copy color: '#AD686D'

red 173 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #AD686D

Tints of Turkish Rose #AD686D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 44.82%
G = 26.94%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD686D (or 0xAD686D) is known color: Turkish Rose. HEX triplet: AD, 68 and 6D. RGB value is (173,104,109). Sum of RGB (Red+Green+Blue) = 173+104+109=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD686D is #529792. Grayscale: #7D7D7D. Windows color (decimal): -5412755 or 7170221. OLE color: 7170221.

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

Color convert

RGB 173 104 109 -
CMYK 0 0.40 0.37 0.32
HSL 355.65º 0.3% 0.54% -
HSV(B) 355.65º 0.4% 0.68% -
XYZ 24.94 19.89 16.99 -
YUV 125.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 173 104 109 0 0.40 0.37 0.32 355.65 0.3 0.54
Hex AD 68 6D 0 28 25 20 164 1E 36
Octal 255 150 155 0 50 45 40 544 36 66
Binary 10101101 1101000 1101101 0 101000 100101 100000 101100100 11110 110110

Color Harmonies of #AD686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD686D

Black with #AD686D

Text Example


Text Example

White with #AD686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD686D; }

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

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

background-color css

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

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

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

border-color css

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

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

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