Html Css Color HEX #AD7487 Tapestry

📋 copy color: '#AD7487'

red 173 ◦ green 116 ◦ blue 135

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

Shades of Tapestry #AD7487

Tints of Tapestry #AD7487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

 BLUE value IS 135 (53.13% from 255) = 31.84%

R = 40.8%
G = 27.36%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AD7487 (or 0xAD7487) is known color: Tapestry. HEX triplet: AD, 74 and 87. RGB value is (173,116,135). Sum of RGB (Red+Green+Blue) = 173+116+135=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7487 is #528B78. Grayscale: #878787. Windows color (decimal): -5409657 or 8877229. OLE color: 8877229.

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

Color convert

RGB 173 116 135 -
CMYK 0 0.33 0.22 0.32
HSL 340º 0.26% 0.57% -
HSV(B) 340º 0.33% 0.68% -
XYZ 27.85 23.12 25.92 -
YUV 135.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 173 116 135 0 0.33 0.22 0.32 340 0.26 0.57
Hex AD 74 87 0 21 16 20 154 1A 39
Octal 255 164 207 0 41 26 40 524 32 71
Binary 10101101 1110100 10000111 0 100001 10110 100000 101010100 11010 111001

Color Harmonies of #AD7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7487

Black with #AD7487

Text Example


Text Example

White with #AD7487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7487; }

 p { color: rgb(173,116,135); }

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

background-color css

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

 a { background-color: rgb(173,116,135); }

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

border-color css

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

 span { border-color: rgb(173,116,135); }

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