Html Css Color HEX #AD6676 Turkish Rose

📋 copy color: '#AD6676'

red 173 ◦ green 102 ◦ blue 118

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

Shades of Turkish Rose #AD6676

Tints of Turkish Rose #AD6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 44.02%
G = 25.95%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD6676 (or 0xAD6676) is known color: Turkish Rose. HEX triplet: AD, 66 and 76. RGB value is (173,102,118). Sum of RGB (Red+Green+Blue) = 173+102+118=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6676 is #529989. Grayscale: #7D7D7D. Windows color (decimal): -5413258 or 7759533. OLE color: 7759533.

HSL color Cylindrical-coordinate representation of color #AD6676: hue angle of 346.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD6676 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 118 -
CMYK 0 0.41 0.32 0.32
HSL 346.48º 0.3% 0.54% -
HSV(B) 346.48º 0.41% 0.68% -
XYZ 25.25 19.69 19.61 -
YUV 125.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 173 102 118 0 0.41 0.32 0.32 346.48 0.3 0.54
Hex AD 66 76 0 29 20 20 15A 1E 36
Octal 255 146 166 0 51 40 40 532 36 66
Binary 10101101 1100110 1110110 0 101001 100000 100000 101011010 11110 110110

Color Harmonies of #AD6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6676

Black with #AD6676

Text Example


Text Example

White with #AD6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6676; }

 p { color: rgb(173,102,118); }

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

background-color css

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

 a { background-color: rgb(173,102,118); }

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

border-color css

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

 span { border-color: rgb(173,102,118); }

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