Html Css Color HEX #AD616C Turkish Rose

📋 copy color: '#AD616C'

red 173 ◦ green 97 ◦ blue 108

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

Shades of Turkish Rose #AD616C

Tints of Turkish Rose #AD616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 45.77%
G = 25.66%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD616C (or 0xAD616C) is known color: Turkish Rose. HEX triplet: AD, 61 and 6C. RGB value is (173,97,108). Sum of RGB (Red+Green+Blue) = 173+97+108=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD616C is #529E93. Grayscale: #797979. Windows color (decimal): -5414548 or 7102893. OLE color: 7102893.

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

Color convert

RGB 173 97 108 -
CMYK 0 0.44 0.38 0.32
HSL 351.32º 0.32% 0.53% -
HSV(B) 351.32º 0.44% 0.68% -
XYZ 24.22 18.52 16.49 -
YUV 120.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 173 97 108 0 0.44 0.38 0.32 351.32 0.32 0.53
Hex AD 61 6C 0 2C 26 20 15F 20 35
Octal 255 141 154 0 54 46 40 537 40 65
Binary 10101101 1100001 1101100 0 101100 100110 100000 101011111 100000 110101

Color Harmonies of #AD616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD616C

Black with #AD616C

Text Example


Text Example

White with #AD616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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