Html Css Color HEX #AD616F Turkish Rose

📋 copy color: '#AD616F'

red 173 ◦ green 97 ◦ blue 111

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

Shades of Turkish Rose #AD616F

Tints of Turkish Rose #AD616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 45.41%
G = 25.46%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD616F (or 0xAD616F) is known color: Turkish Rose. HEX triplet: AD, 61 and 6F. RGB value is (173,97,111). Sum of RGB (Red+Green+Blue) = 173+97+111=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD616F is #529E90. Grayscale: #797979. Windows color (decimal): -5414545 or 7299501. OLE color: 7299501.

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

Color convert

RGB 173 97 111 -
CMYK 0 0.44 0.36 0.32
HSL 348.95º 0.32% 0.53% -
HSV(B) 348.95º 0.44% 0.68% -
XYZ 24.38 18.58 17.34 -
YUV 121.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 173 97 111 0 0.44 0.36 0.32 348.95 0.32 0.53
Hex AD 61 6F 0 2C 24 20 15D 20 35
Octal 255 141 157 0 54 44 40 535 40 65
Binary 10101101 1100001 1101111 0 101100 100100 100000 101011101 100000 110101

Color Harmonies of #AD616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD616F

Black with #AD616F

Text Example


Text Example

White with #AD616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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