Html Css Color HEX #AD727D Turkish Rose

📋 copy color: '#AD727D'

red 173 ◦ green 114 ◦ blue 125

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

Shades of Turkish Rose #AD727D

Tints of Turkish Rose #AD727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 41.99%
G = 27.67%
B = 30.34%

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

#AD727D (or 0xAD727D) is known color: Turkish Rose. HEX triplet: AD, 72 and 7D. RGB value is (173,114,125). Sum of RGB (Red+Green+Blue) = 173+114+125=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD727D is #528D82. Grayscale: #848484. Windows color (decimal): -5410179 or 8221357. OLE color: 8221357.

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

Color convert

RGB 173 114 125 -
CMYK 0 0.34 0.28 0.32
HSL 348.81º 0.26% 0.56% -
HSV(B) 348.81º 0.34% 0.68% -
XYZ 26.95 22.4 22.31 -
YUV 132.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 173 114 125 0 0.34 0.28 0.32 348.81 0.26 0.56
Hex AD 72 7D 0 22 1C 20 15D 1A 38
Octal 255 162 175 0 42 34 40 535 32 70
Binary 10101101 1110010 1111101 0 100010 11100 100000 101011101 11010 111000

Color Harmonies of #AD727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD727D

Black with #AD727D

Text Example


Text Example

White with #AD727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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