Html Css Color HEX #AD7088 Tapestry

📋 copy color: '#AD7088'

red 173 ◦ green 112 ◦ blue 136

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

Shades of Tapestry #AD7088

Tints of Tapestry #AD7088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.3%

R = 41.09%
G = 26.6%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD7088 (or 0xAD7088) is known color: Tapestry. HEX triplet: AD, 70 and 88. RGB value is (173,112,136). Sum of RGB (Red+Green+Blue) = 173+112+136=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7088 is #528F77. Grayscale: #848484. Windows color (decimal): -5410680 or 8941741. OLE color: 8941741.

HSL color Cylindrical-coordinate representation of color #AD7088: hue angle of 336.39º 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 #AD7088 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 112 136 -
CMYK 0 0.35 0.21 0.32
HSL 336.39º 0.27% 0.56% -
HSV(B) 336.39º 0.35% 0.68% -
XYZ 27.47 22.25 26.14 -
YUV 132.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 173 112 136 0 0.35 0.21 0.32 336.39 0.27 0.56
Hex AD 70 88 0 23 15 20 150 1B 38
Octal 255 160 210 0 43 25 40 520 33 70
Binary 10101101 1110000 10001000 0 100011 10101 100000 101010000 11011 111000

Color Harmonies of #AD7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7088

Black with #AD7088

Text Example


Text Example

White with #AD7088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7088; }

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

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

background-color css

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

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

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

border-color css

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

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

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