Html Css Color HEX #A87281 Tapestry

📋 copy color: '#A87281'

red 168 ◦ green 114 ◦ blue 129

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

Shades of Tapestry #A87281

Tints of Tapestry #A87281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 40.88%
G = 27.74%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A87281 (or 0xA87281) is known color: Tapestry. HEX triplet: A8, 72 and 81. RGB value is (168,114,129). Sum of RGB (Red+Green+Blue) = 168+114+129=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A87281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87281 is #578D7E. Grayscale: #838383. Windows color (decimal): -5737855 or 8483496. OLE color: 8483496.

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

Color convert

RGB 168 114 129 -
CMYK 0 0.32 0.23 0.34
HSL 343.33º 0.24% 0.55% -
HSV(B) 343.33º 0.32% 0.66% -
XYZ 26.13 21.94 23.63 -
YUV 131.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 168 114 129 0 0.32 0.23 0.34 343.33 0.24 0.55
Hex A8 72 81 0 20 17 22 157 18 37
Octal 250 162 201 0 40 27 42 527 30 67
Binary 10101000 1110010 10000001 0 100000 10111 100010 101010111 11000 110111

Color Harmonies of #A87281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87281

Black with #A87281

Text Example


Text Example

White with #A87281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87281; }

 p { color: rgb(168,114,129); }

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

background-color css

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

 a { background-color: rgb(168,114,129); }

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

border-color css

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

 span { border-color: rgb(168,114,129); }

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