Html Css Color HEX #AD7688 Tapestry

📋 copy color: '#AD7688'

red 173 ◦ green 118 ◦ blue 136

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

Shades of Tapestry #AD7688

Tints of Tapestry #AD7688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

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

R = 40.52%
G = 27.63%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD7688 (or 0xAD7688) is known color: Tapestry. HEX triplet: AD, 76 and 88. RGB value is (173,118,136). Sum of RGB (Red+Green+Blue) = 173+118+136=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7688 is #528977. Grayscale: #888888. Windows color (decimal): -5409144 or 8943277. OLE color: 8943277.

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

Color convert

RGB 173 118 136 -
CMYK 0 0.32 0.21 0.32
HSL 340.36º 0.25% 0.57% -
HSV(B) 340.36º 0.32% 0.68% -
XYZ 28.16 23.62 26.37 -
YUV 136.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 173 118 136 0 0.32 0.21 0.32 340.36 0.25 0.57
Hex AD 76 88 0 20 15 20 154 19 39
Octal 255 166 210 0 40 25 40 524 31 71
Binary 10101101 1110110 10001000 0 100000 10101 100000 101010100 11001 111001

Color Harmonies of #AD7688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7688

Black with #AD7688

Text Example


Text Example

White with #AD7688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7688; }

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

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

background-color css

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

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

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

border-color css

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

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

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