Html Css Color HEX #A87083 Tapestry

📋 copy color: '#A87083'

red 168 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #A87083

Tints of Tapestry #A87083

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 40.88%
G = 27.25%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A87083 (or 0xA87083) is known color: Tapestry. HEX triplet: A8, 70 and 83. RGB value is (168,112,131). Sum of RGB (Red+Green+Blue) = 168+112+131=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A87083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87083 is #578F7C. Grayscale: #828282. Windows color (decimal): -5738365 or 8614056. OLE color: 8614056.

HSL color Cylindrical-coordinate representation of color #A87083: hue angle of 339.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87083 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 112 131 -
CMYK 0 0.33 0.22 0.34
HSL 339.64º 0.24% 0.55% -
HSV(B) 339.64º 0.33% 0.66% -
XYZ 26.04 21.55 24.26 -
YUV 130.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 168 112 131 0 0.33 0.22 0.34 339.64 0.24 0.55
Hex A8 70 83 0 21 16 22 154 18 37
Octal 250 160 203 0 41 26 42 524 30 67
Binary 10101000 1110000 10000011 0 100001 10110 100010 101010100 11000 110111

Color Harmonies of #A87083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87083

Black with #A87083

Text Example


Text Example

White with #A87083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87083; }

 p { color: rgb(168,112,131); }

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

background-color css

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

 a { background-color: rgb(168,112,131); }

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

border-color css

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

 span { border-color: rgb(168,112,131); }

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