Html Css Color HEX #AD6A81 Tapestry

📋 copy color: '#AD6A81'

red 173 ◦ green 106 ◦ blue 129

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

Shades of Tapestry #AD6A81

Tints of Tapestry #AD6A81

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 42.4%
G = 25.98%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD6A81 (or 0xAD6A81) is known color: Tapestry. HEX triplet: AD, 6A and 81. RGB value is (173,106,129). Sum of RGB (Red+Green+Blue) = 173+106+129=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6A81 is #52957E. Grayscale: #808080. Windows color (decimal): -5412223 or 8481453. OLE color: 8481453.

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

Color convert

RGB 173 106 129 -
CMYK 0 0.39 0.25 0.32
HSL 339.4º 0.29% 0.55% -
HSV(B) 339.4º 0.39% 0.68% -
XYZ 26.35 20.78 23.39 -
YUV 128.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 173 106 129 0 0.39 0.25 0.32 339.4 0.29 0.55
Hex AD 6A 81 0 27 19 20 153 1D 37
Octal 255 152 201 0 47 31 40 523 35 67
Binary 10101101 1101010 10000001 0 100111 11001 100000 101010011 11101 110111

Color Harmonies of #AD6A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A81

Black with #AD6A81

Text Example


Text Example

White with #AD6A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A81; }

 p { color: rgb(173,106,129); }

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

background-color css

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

 a { background-color: rgb(173,106,129); }

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

border-color css

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

 span { border-color: rgb(173,106,129); }

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