Html Css Color HEX #AD727C Turkish Rose

📋 copy color: '#AD727C'

red 173 ◦ green 114 ◦ blue 124

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

Shades of Turkish Rose #AD727C

Tints of Turkish Rose #AD727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

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

R = 42.09%
G = 27.74%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD727C (or 0xAD727C) is known color: Turkish Rose. HEX triplet: AD, 72 and 7C. RGB value is (173,114,124). Sum of RGB (Red+Green+Blue) = 173+114+124=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD727C is #528D83. Grayscale: #848484. Windows color (decimal): -5410180 or 8155821. OLE color: 8155821.

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

Color convert

RGB 173 114 124 -
CMYK 0 0.34 0.28 0.32
HSL 349.83º 0.26% 0.56% -
HSV(B) 349.83º 0.34% 0.68% -
XYZ 26.89 22.37 21.97 -
YUV 132.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 173 114 124 0 0.34 0.28 0.32 349.83 0.26 0.56
Hex AD 72 7C 0 22 1C 20 15E 1A 38
Octal 255 162 174 0 42 34 40 536 32 70
Binary 10101101 1110010 1111100 0 100010 11100 100000 101011110 11010 111000

Color Harmonies of #AD727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD727C

Black with #AD727C

Text Example


Text Example

White with #AD727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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