Html Css Color HEX #AD8085 Tapestry

📋 copy color: '#AD8085'

red 173 ◦ green 128 ◦ blue 133

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

Shades of Tapestry #AD8085

Tints of Tapestry #AD8085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

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

R = 39.86%
G = 29.49%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD8085 (or 0xAD8085) is known color: Tapestry. HEX triplet: AD, 80 and 85. RGB value is (173,128,133). Sum of RGB (Red+Green+Blue) = 173+128+133=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8085 is #527F7A. Grayscale: #8E8E8E. Windows color (decimal): -5406587 or 8749229. OLE color: 8749229.

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

Color convert

RGB 173 128 133 -
CMYK 0 0.26 0.23 0.32
HSL 353.33º 0.22% 0.59% -
HSV(B) 353.33º 0.26% 0.68% -
XYZ 29.19 26.02 25.67 -
YUV 142.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 173 128 133 0 0.26 0.23 0.32 353.33 0.22 0.59
Hex AD 80 85 0 1A 17 20 161 16 3B
Octal 255 200 205 0 32 27 40 541 26 73
Binary 10101101 10000000 10000101 0 11010 10111 100000 101100001 10110 111011

Color Harmonies of #AD8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8085

Black with #AD8085

Text Example


Text Example

White with #AD8085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8085; }

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

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

background-color css

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

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

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

border-color css

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

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

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