Html Css Color HEX #AD7285 Tapestry

📋 copy color: '#AD7285'

red 173 ◦ green 114 ◦ blue 133

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

Shades of Tapestry #AD7285

Tints of Tapestry #AD7285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.67%

R = 41.19%
G = 27.14%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7285 (or 0xAD7285) is known color: Tapestry. HEX triplet: AD, 72 and 85. RGB value is (173,114,133). Sum of RGB (Red+Green+Blue) = 173+114+133=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7285 is #528D7A. Grayscale: #858585. Windows color (decimal): -5410171 or 8745645. OLE color: 8745645.

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

Color convert

RGB 173 114 133 -
CMYK 0 0.34 0.23 0.32
HSL 340.68º 0.26% 0.56% -
HSV(B) 340.68º 0.34% 0.68% -
XYZ 27.48 22.61 25.11 -
YUV 133.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 173 114 133 0 0.34 0.23 0.32 340.68 0.26 0.56
Hex AD 72 85 0 22 17 20 155 1A 38
Octal 255 162 205 0 42 27 40 525 32 70
Binary 10101101 1110010 10000101 0 100010 10111 100000 101010101 11010 111000

Color Harmonies of #AD7285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7285

Black with #AD7285

Text Example


Text Example

White with #AD7285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7285; }

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

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

background-color css

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

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

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

border-color css

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

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

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