Html Css Color HEX #AD7082 Tapestry

📋 copy color: '#AD7082'

red 173 ◦ green 112 ◦ blue 130

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

Shades of Tapestry #AD7082

Tints of Tapestry #AD7082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 41.69%
G = 26.99%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD7082 (or 0xAD7082) is known color: Tapestry. HEX triplet: AD, 70 and 82. RGB value is (173,112,130). Sum of RGB (Red+Green+Blue) = 173+112+130=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7082 is #528F7D. Grayscale: #848484. Windows color (decimal): -5410686 or 8548525. OLE color: 8548525.

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

Color convert

RGB 173 112 130 -
CMYK 0 0.35 0.25 0.32
HSL 342.3º 0.27% 0.56% -
HSV(B) 342.3º 0.35% 0.68% -
XYZ 27.06 22.08 23.96 -
YUV 132.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 173 112 130 0 0.35 0.25 0.32 342.3 0.27 0.56
Hex AD 70 82 0 23 19 20 156 1B 38
Octal 255 160 202 0 43 31 40 526 33 70
Binary 10101101 1110000 10000010 0 100011 11001 100000 101010110 11011 111000

Color Harmonies of #AD7082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7082

Black with #AD7082

Text Example


Text Example

White with #AD7082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7082; }

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

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

background-color css

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

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

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

border-color css

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

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

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