Html Css Color HEX #AD7A81 Tapestry

📋 copy color: '#AD7A81'

red 173 ◦ green 122 ◦ blue 129

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

Shades of Tapestry #AD7A81

Tints of Tapestry #AD7A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 40.8%
G = 28.77%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD7A81 (or 0xAD7A81) is known color: Tapestry. HEX triplet: AD, 7A and 81. RGB value is (173,122,129). Sum of RGB (Red+Green+Blue) = 173+122+129=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7A81 is #52857E. Grayscale: #8A8A8A. Windows color (decimal): -5408127 or 8485549. OLE color: 8485549.

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

Color convert

RGB 173 122 129 -
CMYK 0 0.29 0.25 0.32
HSL 351.76º 0.24% 0.58% -
HSV(B) 351.76º 0.29% 0.68% -
XYZ 28.16 24.39 23.99 -
YUV 138.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 173 122 129 0 0.29 0.25 0.32 351.76 0.24 0.58
Hex AD 7A 81 0 1D 19 20 160 18 3A
Octal 255 172 201 0 35 31 40 540 30 72
Binary 10101101 1111010 10000001 0 11101 11001 100000 101100000 11000 111010

Color Harmonies of #AD7A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A81

Black with #AD7A81

Text Example


Text Example

White with #AD7A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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