Html Css Color HEX #AD7582 Tapestry

📋 copy color: '#AD7582'

red 173 ◦ green 117 ◦ blue 130

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

Shades of Tapestry #AD7582

Tints of Tapestry #AD7582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 41.19%
G = 27.86%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD7582 (or 0xAD7582) is known color: Tapestry. HEX triplet: AD, 75 and 82. RGB value is (173,117,130). Sum of RGB (Red+Green+Blue) = 173+117+130=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7582 is #528A7D. Grayscale: #878787. Windows color (decimal): -5409406 or 8549805. OLE color: 8549805.

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

Color convert

RGB 173 117 130 -
CMYK 0 0.32 0.25 0.32
HSL 346.07º 0.25% 0.57% -
HSV(B) 346.07º 0.32% 0.68% -
XYZ 27.62 23.22 24.14 -
YUV 135.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 173 117 130 0 0.32 0.25 0.32 346.07 0.25 0.57
Hex AD 75 82 0 20 19 20 15A 19 39
Octal 255 165 202 0 40 31 40 532 31 71
Binary 10101101 1110101 10000010 0 100000 11001 100000 101011010 11001 111001

Color Harmonies of #AD7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7582

Black with #AD7582

Text Example


Text Example

White with #AD7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7582; }

 p { color: rgb(173,117,130); }

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

background-color css

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

 a { background-color: rgb(173,117,130); }

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

border-color css

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

 span { border-color: rgb(173,117,130); }

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