Html Css Color HEX #AD727F Tapestry

📋 copy color: '#AD727F'

red 173 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #AD727F

Tints of Tapestry #AD727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.54%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 41.79%
G = 27.54%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD727F (or 0xAD727F) is known color: Tapestry. HEX triplet: AD, 72 and 7F. RGB value is (173,114,127). Sum of RGB (Red+Green+Blue) = 173+114+127=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD727F is #528D80. Grayscale: #858585. Windows color (decimal): -5410177 or 8352429. OLE color: 8352429.

HSL color Cylindrical-coordinate representation of color #AD727F: hue angle of 346.78º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD727F is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 114 127 -
CMYK 0 0.34 0.27 0.32
HSL 346.78º 0.26% 0.56% -
HSV(B) 346.78º 0.34% 0.68% -
XYZ 27.08 22.45 22.98 -
YUV 133.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 173 114 127 0 0.34 0.27 0.32 346.78 0.26 0.56
Hex AD 72 7F 0 22 1B 20 15B 1A 38
Octal 255 162 177 0 42 33 40 533 32 70
Binary 10101101 1110010 1111111 0 100010 11011 100000 101011011 11010 111000

Color Harmonies of #AD727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD727F

Black with #AD727F

Text Example


Text Example

White with #AD727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD727F; }

 p { color: rgb(173,114,127); }

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

background-color css

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

 a { background-color: rgb(173,114,127); }

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

border-color css

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

 span { border-color: rgb(173,114,127); }

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