Html Css Color HEX #AD717B Turkish Rose

📋 copy color: '#AD717B'

red 173 ◦ green 113 ◦ blue 123

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

Shades of Turkish Rose #AD717B

Tints of Turkish Rose #AD717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 42.3%
G = 27.63%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD717B (or 0xAD717B) is known color: Turkish Rose. HEX triplet: AD, 71 and 7B. RGB value is (173,113,123). Sum of RGB (Red+Green+Blue) = 173+113+123=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD717B is #528E84. Grayscale: #848484. Windows color (decimal): -5410437 or 8090029. OLE color: 8090029.

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

Color convert

RGB 173 113 123 -
CMYK 0 0.35 0.29 0.32
HSL 350º 0.27% 0.56% -
HSV(B) 350º 0.35% 0.68% -
XYZ 26.71 22.12 21.6 -
YUV 132.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 173 113 123 0 0.35 0.29 0.32 350 0.27 0.56
Hex AD 71 7B 0 23 1D 20 15E 1B 38
Octal 255 161 173 0 43 35 40 536 33 70
Binary 10101101 1110001 1111011 0 100011 11101 100000 101011110 11011 111000

Color Harmonies of #AD717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD717B

Black with #AD717B

Text Example


Text Example

White with #AD717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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