Html Css Color HEX #AD7288 Tapestry

📋 copy color: '#AD7288'

red 173 ◦ green 114 ◦ blue 136

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

Shades of Tapestry #AD7288

Tints of Tapestry #AD7288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

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

R = 40.9%
G = 26.95%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD7288 (or 0xAD7288) is known color: Tapestry. HEX triplet: AD, 72 and 88. RGB value is (173,114,136). Sum of RGB (Red+Green+Blue) = 173+114+136=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7288 is #528D77. Grayscale: #868686. Windows color (decimal): -5410168 or 8942253. OLE color: 8942253.

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

Color convert

RGB 173 114 136 -
CMYK 0 0.34 0.21 0.32
HSL 337.63º 0.26% 0.56% -
HSV(B) 337.63º 0.34% 0.68% -
XYZ 27.69 22.7 26.21 -
YUV 134.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 173 114 136 0 0.34 0.21 0.32 337.63 0.26 0.56
Hex AD 72 88 0 22 15 20 152 1A 38
Octal 255 162 210 0 42 25 40 522 32 70
Binary 10101101 1110010 10001000 0 100010 10101 100000 101010010 11010 111000

Color Harmonies of #AD7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7288

Black with #AD7288

Text Example


Text Example

White with #AD7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7288; }

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

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

background-color css

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

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

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

border-color css

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

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

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