Html Css Color HEX #AD707A Turkish Rose

📋 copy color: '#AD707A'

red 173 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #AD707A

Tints of Turkish Rose #AD707A

RGB

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

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

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

R = 42.51%
G = 27.52%
B = 29.98%

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

#AD707A (or 0xAD707A) is known color: Turkish Rose. HEX triplet: AD, 70 and 7A. RGB value is (173,112,122). Sum of RGB (Red+Green+Blue) = 173+112+122=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD707A is #528F85. Grayscale: #838383. Windows color (decimal): -5410694 or 8024237. OLE color: 8024237.

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

Color convert

RGB 173 112 122 -
CMYK 0 0.35 0.29 0.32
HSL 350.16º 0.27% 0.56% -
HSV(B) 350.16º 0.35% 0.68% -
XYZ 26.54 21.88 21.24 -
YUV 131.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 173 112 122 0 0.35 0.29 0.32 350.16 0.27 0.56
Hex AD 70 7A 0 23 1D 20 15E 1B 38
Octal 255 160 172 0 43 35 40 536 33 70
Binary 10101101 1110000 1111010 0 100011 11101 100000 101011110 11011 111000

Color Harmonies of #AD707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD707A

Black with #AD707A

Text Example


Text Example

White with #AD707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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