Html Css Color HEX #AD8185 Tapestry

📋 copy color: '#AD8185'

red 173 ◦ green 129 ◦ blue 133

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

Shades of Tapestry #AD8185

Tints of Tapestry #AD8185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.66%

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

R = 39.77%
G = 29.66%
B = 30.57%

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

#AD8185 (or 0xAD8185) is known color: Tapestry. HEX triplet: AD, 81 and 85. RGB value is (173,129,133). Sum of RGB (Red+Green+Blue) = 173+129+133=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8185 is #527E7A. Grayscale: #8E8E8E. Windows color (decimal): -5406331 or 8749485. OLE color: 8749485.

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

Color convert

RGB 173 129 133 -
CMYK 0 0.25 0.23 0.32
HSL 354.55º 0.21% 0.59% -
HSV(B) 354.55º 0.25% 0.68% -
XYZ 29.32 26.28 25.72 -
YUV 142.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 173 129 133 0 0.25 0.23 0.32 354.55 0.21 0.59
Hex AD 81 85 0 19 17 20 163 15 3B
Octal 255 201 205 0 31 27 40 543 25 73
Binary 10101101 10000001 10000101 0 11001 10111 100000 101100011 10101 111011

Color Harmonies of #AD8185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8185

Black with #AD8185

Text Example


Text Example

White with #AD8185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8185; }

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

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

background-color css

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

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

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

border-color css

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

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

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