Html Css Color HEX #AD7485 Tapestry

📋 copy color: '#AD7485'

red 173 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #AD7485

Tints of Tapestry #AD7485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.49%

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

R = 41%
G = 27.49%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7485 (or 0xAD7485) is known color: Tapestry. HEX triplet: AD, 74 and 85. RGB value is (173,116,133). Sum of RGB (Red+Green+Blue) = 173+116+133=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7485 is #528B7A. Grayscale: #868686. Windows color (decimal): -5409659 or 8746157. OLE color: 8746157.

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

Color convert

RGB 173 116 133 -
CMYK 0 0.33 0.23 0.32
HSL 342.11º 0.26% 0.57% -
HSV(B) 342.11º 0.33% 0.68% -
XYZ 27.71 23.07 25.18 -
YUV 134.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 173 116 133 0 0.33 0.23 0.32 342.11 0.26 0.57
Hex AD 74 85 0 21 17 20 156 1A 39
Octal 255 164 205 0 41 27 40 526 32 71
Binary 10101101 1110100 10000101 0 100001 10111 100000 101010110 11010 111001

Color Harmonies of #AD7485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7485

Black with #AD7485

Text Example


Text Example

White with #AD7485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7485; }

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

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

background-color css

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

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

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

border-color css

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

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

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