Html Css Color HEX #AD6D74 Turkish Rose

📋 copy color: '#AD6D74'

red 173 ◦ green 109 ◦ blue 116

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

Shades of Turkish Rose #AD6D74

Tints of Turkish Rose #AD6D74

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.39%

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

R = 43.47%
G = 27.39%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD6D74 (or 0xAD6D74) is known color: Turkish Rose. HEX triplet: AD, 6D and 74. RGB value is (173,109,116). Sum of RGB (Red+Green+Blue) = 173+109+116=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D74 is #52928B. Grayscale: #808080. Windows color (decimal): -5411468 or 7630253. OLE color: 7630253.

HSL color Cylindrical-coordinate representation of color #AD6D74: hue angle of 353.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD6D74 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 109 116 -
CMYK 0 0.37 0.33 0.32
HSL 353.44º 0.28% 0.55% -
HSV(B) 353.44º 0.37% 0.68% -
XYZ 25.85 21.08 19.23 -
YUV 128.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 173 109 116 0 0.37 0.33 0.32 353.44 0.28 0.55
Hex AD 6D 74 0 25 21 20 161 1C 37
Octal 255 155 164 0 45 41 40 541 34 67
Binary 10101101 1101101 1110100 0 100101 100001 100000 101100001 11100 110111

Color Harmonies of #AD6D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6D74

Black with #AD6D74

Text Example


Text Example

White with #AD6D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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