Html Css Color HEX #AD707B Turkish Rose

📋 copy color: '#AD707B'

red 173 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #AD707B

Tints of Turkish Rose #AD707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 42.4%
G = 27.45%
B = 30.15%

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

#AD707B (or 0xAD707B) is known color: Turkish Rose. HEX triplet: AD, 70 and 7B. RGB value is (173,112,123). Sum of RGB (Red+Green+Blue) = 173+112+123=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD707B is #528F84. Grayscale: #838383. Windows color (decimal): -5410693 or 8089773. OLE color: 8089773.

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

Color convert

RGB 173 112 123 -
CMYK 0 0.35 0.29 0.32
HSL 349.18º 0.27% 0.56% -
HSV(B) 349.18º 0.35% 0.68% -
XYZ 26.6 21.9 21.56 -
YUV 131.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 173 112 123 0 0.35 0.29 0.32 349.18 0.27 0.56
Hex AD 70 7B 0 23 1D 20 15D 1B 38
Octal 255 160 173 0 43 35 40 535 33 70
Binary 10101101 1110000 1111011 0 100011 11101 100000 101011101 11011 111000

Color Harmonies of #AD707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD707B

Black with #AD707B

Text Example


Text Example

White with #AD707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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