Html Css Color HEX #AD686A Turkish Rose

📋 copy color: '#AD686A'

red 173 ◦ green 104 ◦ blue 106

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

Shades of Turkish Rose #AD686A

Tints of Turkish Rose #AD686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 45.17%
G = 27.15%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD686A (or 0xAD686A) is known color: Turkish Rose. HEX triplet: AD, 68 and 6A. RGB value is (173,104,106). Sum of RGB (Red+Green+Blue) = 173+104+106=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD686A is #529795. Grayscale: #7C7C7C. Windows color (decimal): -5412758 or 6973613. OLE color: 6973613.

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

Color convert

RGB 173 104 106 -
CMYK 0 0.40 0.39 0.32
HSL 358.26º 0.3% 0.54% -
HSV(B) 358.26º 0.4% 0.68% -
XYZ 24.79 19.83 16.16 -
YUV 124.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 173 104 106 0 0.40 0.39 0.32 358.26 0.3 0.54
Hex AD 68 6A 0 28 27 20 166 1E 36
Octal 255 150 152 0 50 47 40 546 36 66
Binary 10101101 1101000 1101010 0 101000 100111 100000 101100110 11110 110110

Color Harmonies of #AD686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD686A

Black with #AD686A

Text Example


Text Example

White with #AD686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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