Html Css Color HEX #A87381 Tapestry

📋 copy color: '#A87381'

red 168 ◦ green 115 ◦ blue 129

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

Shades of Tapestry #A87381

Tints of Tapestry #A87381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

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

R = 40.78%
G = 27.91%
B = 31.31%

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

#A87381 (or 0xA87381) is known color: Tapestry. HEX triplet: A8, 73 and 81. RGB value is (168,115,129). Sum of RGB (Red+Green+Blue) = 168+115+129=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A87381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87381 is #578C7E. Grayscale: #848484. Windows color (decimal): -5737599 or 8483752. OLE color: 8483752.

HSL color Cylindrical-coordinate representation of color #A87381: hue angle of 344.15º degrees, saturation: 0.23, 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 #A87381 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 115 129 -
CMYK 0 0.32 0.23 0.34
HSL 344.15º 0.23% 0.55% -
HSV(B) 344.15º 0.32% 0.66% -
XYZ 26.24 22.17 23.67 -
YUV 132.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 168 115 129 0 0.32 0.23 0.34 344.15 0.23 0.55
Hex A8 73 81 0 20 17 22 158 17 37
Octal 250 163 201 0 40 27 42 530 27 67
Binary 10101000 1110011 10000001 0 100000 10111 100010 101011000 10111 110111

Color Harmonies of #A87381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87381

Black with #A87381

Text Example


Text Example

White with #A87381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87381; }

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

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

background-color css

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

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

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

border-color css

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

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

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