Html Css Color HEX #AD8285 Tapestry

📋 copy color: '#AD8285'

red 173 ◦ green 130 ◦ blue 133

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

Shades of Tapestry #AD8285

Tints of Tapestry #AD8285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 39.68%
G = 29.82%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD8285 (or 0xAD8285) is known color: Tapestry. HEX triplet: AD, 82 and 85. RGB value is (173,130,133). Sum of RGB (Red+Green+Blue) = 173+130+133=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8285 is #527D7A. Grayscale: #8F8F8F. Windows color (decimal): -5406075 or 8749741. OLE color: 8749741.

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

Color convert

RGB 173 130 133 -
CMYK 0 0.25 0.23 0.32
HSL 355.81º 0.21% 0.59% -
HSV(B) 355.81º 0.25% 0.68% -
XYZ 29.45 26.54 25.76 -
YUV 143.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 173 130 133 0 0.25 0.23 0.32 355.81 0.21 0.59
Hex AD 82 85 0 19 17 20 164 15 3B
Octal 255 202 205 0 31 27 40 544 25 73
Binary 10101101 10000010 10000101 0 11001 10111 100000 101100100 10101 111011

Color Harmonies of #AD8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8285

Black with #AD8285

Text Example


Text Example

White with #AD8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8285; }

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

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

background-color css

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

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

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

border-color css

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

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

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