Html Css Color HEX #AD6971 Turkish Rose

📋 copy color: '#AD6971'

red 173 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #AD6971

Tints of Turkish Rose #AD6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 44.25%
G = 26.85%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD6971 (or 0xAD6971) is known color: Turkish Rose. HEX triplet: AD, 69 and 71. RGB value is (173,105,113). Sum of RGB (Red+Green+Blue) = 173+105+113=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6971 is #52968E. Grayscale: #7E7E7E. Windows color (decimal): -5412495 or 7432621. OLE color: 7432621.

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

Color convert

RGB 173 105 113 -
CMYK 0 0.39 0.35 0.32
HSL 352.94º 0.29% 0.55% -
HSV(B) 352.94º 0.39% 0.68% -
XYZ 25.27 20.18 18.19 -
YUV 126.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 173 105 113 0 0.39 0.35 0.32 352.94 0.29 0.55
Hex AD 69 71 0 27 23 20 161 1D 37
Octal 255 151 161 0 47 43 40 541 35 67
Binary 10101101 1101001 1110001 0 100111 100011 100000 101100001 11101 110111

Color Harmonies of #AD6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6971

Black with #AD6971

Text Example


Text Example

White with #AD6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6971; }

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

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

background-color css

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

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

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

border-color css

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

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

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