Html Css Color HEX #AD6170 Turkish Rose

📋 copy color: '#AD6170'

red 173 ◦ green 97 ◦ blue 112

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

Shades of Turkish Rose #AD6170

Tints of Turkish Rose #AD6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 45.29%
G = 25.39%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD6170 (or 0xAD6170) is known color: Turkish Rose. HEX triplet: AD, 61 and 70. RGB value is (173,97,112). Sum of RGB (Red+Green+Blue) = 173+97+112=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6170 is #529E8F. Grayscale: #797979. Windows color (decimal): -5414544 or 7365037. OLE color: 7365037.

HSL color Cylindrical-coordinate representation of color #AD6170: hue angle of 348.16º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6170 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 97 112 -
CMYK 0 0.44 0.35 0.32
HSL 348.16º 0.32% 0.53% -
HSV(B) 348.16º 0.44% 0.68% -
XYZ 24.43 18.6 17.63 -
YUV 121.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 173 97 112 0 0.44 0.35 0.32 348.16 0.32 0.53
Hex AD 61 70 0 2C 23 20 15C 20 35
Octal 255 141 160 0 54 43 40 534 40 65
Binary 10101101 1100001 1110000 0 101100 100011 100000 101011100 100000 110101

Color Harmonies of #AD6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6170

Black with #AD6170

Text Example


Text Example

White with #AD6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6170; }

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

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

background-color css

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

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

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

border-color css

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

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

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