Html Css Color HEX #AD6983 Tapestry

📋 copy color: '#AD6983'

red 173 ◦ green 105 ◦ blue 131

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

Shades of Tapestry #AD6983

Tints of Tapestry #AD6983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 42.3%
G = 25.67%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD6983 (or 0xAD6983) is known color: Tapestry. HEX triplet: AD, 69 and 83. RGB value is (173,105,131). Sum of RGB (Red+Green+Blue) = 173+105+131=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6983 is #52967C. Grayscale: #808080. Windows color (decimal): -5412477 or 8612269. OLE color: 8612269.

HSL color Cylindrical-coordinate representation of color #AD6983: hue angle of 337.06º 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 #AD6983 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 105 131 -
CMYK 0 0.39 0.24 0.32
HSL 337.06º 0.29% 0.55% -
HSV(B) 337.06º 0.39% 0.68% -
XYZ 26.38 20.63 24.06 -
YUV 128.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 173 105 131 0 0.39 0.24 0.32 337.06 0.29 0.55
Hex AD 69 83 0 27 18 20 151 1D 37
Octal 255 151 203 0 47 30 40 521 35 67
Binary 10101101 1101001 10000011 0 100111 11000 100000 101010001 11101 110111

Color Harmonies of #AD6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6983

Black with #AD6983

Text Example


Text Example

White with #AD6983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6983; }

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

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

background-color css

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

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

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

border-color css

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

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

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