Html Css Color HEX #AD616A Turkish Rose

📋 copy color: '#AD616A'

red 173 ◦ green 97 ◦ blue 106

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

Shades of Turkish Rose #AD616A

Tints of Turkish Rose #AD616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.19%

R = 46.01%
G = 25.8%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD616A (or 0xAD616A) is known color: Turkish Rose. HEX triplet: AD, 61 and 6A. RGB value is (173,97,106). Sum of RGB (Red+Green+Blue) = 173+97+106=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD616A is #529E95. Grayscale: #787878. Windows color (decimal): -5414550 or 6971821. OLE color: 6971821.

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

Color convert

RGB 173 97 106 -
CMYK 0 0.44 0.39 0.32
HSL 352.89º 0.32% 0.53% -
HSV(B) 352.89º 0.44% 0.68% -
XYZ 24.11 18.47 15.93 -
YUV 120.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 173 97 106 0 0.44 0.39 0.32 352.89 0.32 0.53
Hex AD 61 6A 0 2C 27 20 161 20 35
Octal 255 141 152 0 54 47 40 541 40 65
Binary 10101101 1100001 1101010 0 101100 100111 100000 101100001 100000 110101

Color Harmonies of #AD616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD616A

Black with #AD616A

Text Example


Text Example

White with #AD616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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