Html Css Color HEX #AD6C71 Turkish Rose

📋 copy color: '#AD6C71'

red 173 ◦ green 108 ◦ blue 113

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

Shades of Turkish Rose #AD6C71

Tints of Turkish Rose #AD6C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 113 (44.53% from 255) = 28.68%

R = 43.91%
G = 27.41%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD6C71 (or 0xAD6C71) is known color: Turkish Rose. HEX triplet: AD, 6C and 71. RGB value is (173,108,113). Sum of RGB (Red+Green+Blue) = 173+108+113=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C71 is #52938E. Grayscale: #808080. Windows color (decimal): -5411727 or 7433389. OLE color: 7433389.

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

Color convert

RGB 173 108 113 -
CMYK 0 0.38 0.35 0.32
HSL 355.38º 0.28% 0.55% -
HSV(B) 355.38º 0.38% 0.68% -
XYZ 25.58 20.8 18.29 -
YUV 128.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 173 108 113 0 0.38 0.35 0.32 355.38 0.28 0.55
Hex AD 6C 71 0 26 23 20 163 1C 37
Octal 255 154 161 0 46 43 40 543 34 67
Binary 10101101 1101100 1110001 0 100110 100011 100000 101100011 11100 110111

Color Harmonies of #AD6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C71

Black with #AD6C71

Text Example


Text Example

White with #AD6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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