Html Css Color HEX #AD6182 Tapestry

📋 copy color: '#AD6182'

red 173 ◦ green 97 ◦ blue 130

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

Shades of Tapestry #AD6182

Tints of Tapestry #AD6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

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

R = 43.25%
G = 24.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD6182 (or 0xAD6182) is known color: Tapestry. HEX triplet: AD, 61 and 82. RGB value is (173,97,130). Sum of RGB (Red+Green+Blue) = 173+97+130=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6182 is #529E7D. Grayscale: #7B7B7B. Windows color (decimal): -5414526 or 8544685. OLE color: 8544685.

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

Color convert

RGB 173 97 130 -
CMYK 0 0.44 0.25 0.32
HSL 333.95º 0.32% 0.53% -
HSV(B) 333.95º 0.44% 0.68% -
XYZ 25.54 19.05 23.45 -
YUV 123.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 173 97 130 0 0.44 0.25 0.32 333.95 0.32 0.53
Hex AD 61 82 0 2C 19 20 14E 20 35
Octal 255 141 202 0 54 31 40 516 40 65
Binary 10101101 1100001 10000010 0 101100 11001 100000 101001110 100000 110101

Color Harmonies of #AD6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6182

Black with #AD6182

Text Example


Text Example

White with #AD6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6182; }

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

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

background-color css

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

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

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

border-color css

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

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

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