Html Css Color HEX #AD7885 Tapestry

📋 copy color: '#AD7885'

red 173 ◦ green 120 ◦ blue 133

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

Shades of Tapestry #AD7885

Tints of Tapestry #AD7885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.17%

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 40.61%
G = 28.17%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7885 (or 0xAD7885) is known color: Tapestry. HEX triplet: AD, 78 and 85. RGB value is (173,120,133). Sum of RGB (Red+Green+Blue) = 173+120+133=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7885 is #52877A. Grayscale: #898989. Windows color (decimal): -5408635 or 8747181. OLE color: 8747181.

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

Color convert

RGB 173 120 133 -
CMYK 0 0.31 0.23 0.32
HSL 345.28º 0.24% 0.57% -
HSV(B) 345.28º 0.31% 0.68% -
XYZ 28.18 24.01 25.34 -
YUV 137.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 173 120 133 0 0.31 0.23 0.32 345.28 0.24 0.57
Hex AD 78 85 0 1F 17 20 159 18 39
Octal 255 170 205 0 37 27 40 531 30 71
Binary 10101101 1111000 10000101 0 11111 10111 100000 101011001 11000 111001

Color Harmonies of #AD7885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7885

Black with #AD7885

Text Example


Text Example

White with #AD7885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7885; }

 p { color: rgb(173,120,133); }

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

background-color css

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

 a { background-color: rgb(173,120,133); }

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

border-color css

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

 span { border-color: rgb(173,120,133); }

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