Html Css Color HEX #AD686F Turkish Rose

📋 copy color: '#AD686F'

red 173 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #AD686F

Tints of Turkish Rose #AD686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 44.59%
G = 26.8%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD686F (or 0xAD686F) is known color: 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

RGB 173 104 111 -
CMYK 0 0.40 0.36 0.32
HSL 353.91º 0.3% 0.54% -
HSV(B) 353.91º 0.4% 0.68% -
XYZ 25.05 19.93 17.57 -
YUV 125.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 173 104 111 0 0.40 0.36 0.32 353.91 0.3 0.54
Hex AD 68 6F 0 28 24 20 162 1E 36
Octal 255 150 157 0 50 44 40 542 36 66
Binary 10101101 1101000 1101111 0 101000 100100 100000 101100010 11110 110110

Color Harmonies of #AD686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD686F

Black with #AD686F

Text Example


Text Example

White with #AD686F

Text Example


Text Example

HTML Codes & Css Web 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>