Html Css Color HEX #AD6083 Tapestry

📋 copy color: '#AD6083'

red 173 ◦ green 96 ◦ blue 131

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

Shades of Tapestry #AD6083

Tints of Tapestry #AD6083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 43.25%
G = 24%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD6083 (or 0xAD6083) is known color: Tapestry. HEX triplet: AD, 60 and 83. RGB value is (173,96,131). Sum of RGB (Red+Green+Blue) = 173+96+131=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6083 is #529F7C. Grayscale: #7A7A7A. Windows color (decimal): -5414781 or 8609965. OLE color: 8609965.

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

Color convert

RGB 173 96 131 -
CMYK 0 0.45 0.24 0.32
HSL 332.73º 0.32% 0.53% -
HSV(B) 332.73º 0.45% 0.68% -
XYZ 25.51 18.89 23.77 -
YUV 123.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 173 96 131 0 0.45 0.24 0.32 332.73 0.32 0.53
Hex AD 60 83 0 2D 18 20 14D 20 35
Octal 255 140 203 0 55 30 40 515 40 65
Binary 10101101 1100000 10000011 0 101101 11000 100000 101001101 100000 110101

Color Harmonies of #AD6083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6083

Black with #AD6083

Text Example


Text Example

White with #AD6083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6083; }

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

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

background-color css

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

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

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

border-color css

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

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

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