Html Css Color HEX #AD6085 Tapestry

📋 copy color: '#AD6085'

red 173 ◦ green 96 ◦ blue 133

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

Shades of Tapestry #AD6085

Tints of Tapestry #AD6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.88%

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

R = 43.03%
G = 23.88%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD6085 (or 0xAD6085) is known color: Tapestry. HEX triplet: AD, 60 and 85. RGB value is (173,96,133). Sum of RGB (Red+Green+Blue) = 173+96+133=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6085 is #529F7A. Grayscale: #7B7B7B. Windows color (decimal): -5414779 or 8741037. OLE color: 8741037.

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

Color convert

RGB 173 96 133 -
CMYK 0 0.45 0.23 0.32
HSL 331.17º 0.32% 0.53% -
HSV(B) 331.17º 0.45% 0.68% -
XYZ 25.65 18.94 24.49 -
YUV 123.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 173 96 133 0 0.45 0.23 0.32 331.17 0.32 0.53
Hex AD 60 85 0 2D 17 20 14B 20 35
Octal 255 140 205 0 55 27 40 513 40 65
Binary 10101101 1100000 10000101 0 101101 10111 100000 101001011 100000 110101

Color Harmonies of #AD6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6085

Black with #AD6085

Text Example


Text Example

White with #AD6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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