Html Css Color HEX #AD6174 Turkish Rose

📋 copy color: '#AD6174'

red 173 ◦ green 97 ◦ blue 116

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

Shades of Turkish Rose #AD6174

Tints of Turkish Rose #AD6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 44.82%
G = 25.13%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD6174 (or 0xAD6174) is known color: Turkish Rose. HEX triplet: AD, 61 and 74. RGB value is (173,97,116). Sum of RGB (Red+Green+Blue) = 173+97+116=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6174 is #529E8B. Grayscale: #797979. Windows color (decimal): -5414540 or 7627181. OLE color: 7627181.

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

Color convert

RGB 173 97 116 -
CMYK 0 0.44 0.33 0.32
HSL 345º 0.32% 0.53% -
HSV(B) 345º 0.44% 0.68% -
XYZ 24.66 18.69 18.83 -
YUV 121.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 173 97 116 0 0.44 0.33 0.32 345 0.32 0.53
Hex AD 61 74 0 2C 21 20 159 20 35
Octal 255 141 164 0 54 41 40 531 40 65
Binary 10101101 1100001 1110100 0 101100 100001 100000 101011001 100000 110101

Color Harmonies of #AD6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6174

Black with #AD6174

Text Example


Text Example

White with #AD6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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