Html Css Color HEX #AD717C Turkish Rose

📋 copy color: '#AD717C'

red 173 ◦ green 113 ◦ blue 124

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

Shades of Turkish Rose #AD717C

Tints of Turkish Rose #AD717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 42.2%
G = 27.56%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD717C (or 0xAD717C) is known color: Turkish Rose. HEX triplet: AD, 71 and 7C. RGB value is (173,113,124). Sum of RGB (Red+Green+Blue) = 173+113+124=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD717C is #528E83. Grayscale: #848484. Windows color (decimal): -5410436 or 8155565. OLE color: 8155565.

HSL color Cylindrical-coordinate representation of color #AD717C: hue angle of 349º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD717C is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 124 -
CMYK 0 0.35 0.28 0.32
HSL 349º 0.27% 0.56% -
HSV(B) 349º 0.35% 0.68% -
XYZ 26.78 22.15 21.93 -
YUV 132.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 173 113 124 0 0.35 0.28 0.32 349 0.27 0.56
Hex AD 71 7C 0 23 1C 20 15D 1B 38
Octal 255 161 174 0 43 34 40 535 33 70
Binary 10101101 1110001 1111100 0 100011 11100 100000 101011101 11011 111000

Color Harmonies of #AD717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD717C

Black with #AD717C

Text Example


Text Example

White with #AD717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD717C; }

 p { color: rgb(173,113,124); }

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

background-color css

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

 a { background-color: rgb(173,113,124); }

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

border-color css

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

 span { border-color: rgb(173,113,124); }

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