Html Css Color HEX #AD6774 Turkish Rose

📋 copy color: '#AD6774'

red 173 ◦ green 103 ◦ blue 116

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

Shades of Turkish Rose #AD6774

Tints of Turkish Rose #AD6774

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.28%

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

R = 44.13%
G = 26.28%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD6774 (or 0xAD6774) is known color: Turkish Rose. HEX triplet: AD, 67 and 74. RGB value is (173,103,116). Sum of RGB (Red+Green+Blue) = 173+103+116=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6774 is #52988B. Grayscale: #7D7D7D. Windows color (decimal): -5413004 or 7628717. OLE color: 7628717.

HSL color Cylindrical-coordinate representation of color #AD6774: hue angle of 348.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD6774 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 103 116 -
CMYK 0 0.40 0.33 0.32
HSL 348.86º 0.3% 0.54% -
HSV(B) 348.86º 0.4% 0.68% -
XYZ 25.24 19.85 19.02 -
YUV 125.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 173 103 116 0 0.40 0.33 0.32 348.86 0.3 0.54
Hex AD 67 74 0 28 21 20 15D 1E 36
Octal 255 147 164 0 50 41 40 535 36 66
Binary 10101101 1100111 1110100 0 101000 100001 100000 101011101 11110 110110

Color Harmonies of #AD6774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6774

Black with #AD6774

Text Example


Text Example

White with #AD6774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6774; }

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

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

background-color css

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

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

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

border-color css

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

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

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