Html Css Color HEX #AD707C Turkish Rose

📋 copy color: '#AD707C'

red 173 ◦ green 112 ◦ blue 124

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

Shades of Turkish Rose #AD707C

Tints of Turkish Rose #AD707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

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

R = 42.3%
G = 27.38%
B = 30.32%

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

#AD707C (or 0xAD707C) is known color: Turkish Rose. HEX triplet: AD, 70 and 7C. RGB value is (173,112,124). Sum of RGB (Red+Green+Blue) = 173+112+124=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD707C is #528F83. Grayscale: #838383. Windows color (decimal): -5410692 or 8155309. OLE color: 8155309.

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

Color convert

RGB 173 112 124 -
CMYK 0 0.35 0.28 0.32
HSL 348.2º 0.27% 0.56% -
HSV(B) 348.2º 0.35% 0.68% -
XYZ 26.67 21.93 21.9 -
YUV 131.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 173 112 124 0 0.35 0.28 0.32 348.2 0.27 0.56
Hex AD 70 7C 0 23 1C 20 15C 1B 38
Octal 255 160 174 0 43 34 40 534 33 70
Binary 10101101 1110000 1111100 0 100011 11100 100000 101011100 11011 111000

Color Harmonies of #AD707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD707C

Black with #AD707C

Text Example


Text Example

White with #AD707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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