Html Css Color HEX #AD727A Turkish Rose

📋 copy color: '#AD727A'

red 173 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #AD727A

Tints of Turkish Rose #AD727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 42.3%
G = 27.87%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD727A (or 0xAD727A) is known color: Turkish Rose. HEX triplet: AD, 72 and 7A. RGB value is (173,114,122). Sum of RGB (Red+Green+Blue) = 173+114+122=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD727A is #528D85. Grayscale: #848484. Windows color (decimal): -5410182 or 8024749. OLE color: 8024749.

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

Color convert

RGB 173 114 122 -
CMYK 0 0.34 0.29 0.32
HSL 351.86º 0.26% 0.56% -
HSV(B) 351.86º 0.34% 0.68% -
XYZ 26.76 22.32 21.31 -
YUV 132.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 173 114 122 0 0.34 0.29 0.32 351.86 0.26 0.56
Hex AD 72 7A 0 22 1D 20 160 1A 38
Octal 255 162 172 0 42 35 40 540 32 70
Binary 10101101 1110010 1111010 0 100010 11101 100000 101100000 11010 111000

Color Harmonies of #AD727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD727A

Black with #AD727A

Text Example


Text Example

White with #AD727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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