Html Css Color HEX #AD6088 Tapestry

📋 copy color: '#AD6088'

red 173 ◦ green 96 ◦ blue 136

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

Shades of Tapestry #AD6088

Tints of Tapestry #AD6088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.7%

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

R = 42.72%
G = 23.7%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD6088 (or 0xAD6088) is known color: Tapestry. HEX triplet: AD, 60 and 88. RGB value is (173,96,136). Sum of RGB (Red+Green+Blue) = 173+96+136=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6088 is #529F77. Grayscale: #7B7B7B. Windows color (decimal): -5414776 or 8937645. OLE color: 8937645.

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

Color convert

RGB 173 96 136 -
CMYK 0 0.45 0.21 0.32
HSL 328.83º 0.32% 0.53% -
HSV(B) 328.83º 0.45% 0.68% -
XYZ 25.86 19.03 25.6 -
YUV 123.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 173 96 136 0 0.45 0.21 0.32 328.83 0.32 0.53
Hex AD 60 88 0 2D 15 20 149 20 35
Octal 255 140 210 0 55 25 40 511 40 65
Binary 10101101 1100000 10001000 0 101101 10101 100000 101001001 100000 110101

Color Harmonies of #AD6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6088

Black with #AD6088

Text Example


Text Example

White with #AD6088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6088; }

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

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

background-color css

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

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

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

border-color css

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

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

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