Html Css Color HEX #AD7488 Tapestry

📋 copy color: '#AD7488'

red 173 ◦ green 116 ◦ blue 136

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

Shades of Tapestry #AD7488

Tints of Tapestry #AD7488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.29%

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

R = 40.71%
G = 27.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD7488 (or 0xAD7488) is known color: Tapestry. HEX triplet: AD, 74 and 88. RGB value is (173,116,136). Sum of RGB (Red+Green+Blue) = 173+116+136=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7488 is #528B77. Grayscale: #878787. Windows color (decimal): -5409656 or 8942765. OLE color: 8942765.

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

Color convert

RGB 173 116 136 -
CMYK 0 0.33 0.21 0.32
HSL 338.95º 0.26% 0.57% -
HSV(B) 338.95º 0.33% 0.68% -
XYZ 27.92 23.15 26.29 -
YUV 135.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 173 116 136 0 0.33 0.21 0.32 338.95 0.26 0.57
Hex AD 74 88 0 21 15 20 153 1A 39
Octal 255 164 210 0 41 25 40 523 32 71
Binary 10101101 1110100 10001000 0 100001 10101 100000 101010011 11010 111001

Color Harmonies of #AD7488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7488

Black with #AD7488

Text Example


Text Example

White with #AD7488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7488; }

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

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

background-color css

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

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

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

border-color css

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

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

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