Html Css Color HEX #A87481 Tapestry

📋 copy color: '#A87481'

red 168 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #A87481

Tints of Tapestry #A87481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

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

R = 40.68%
G = 28.09%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A87481 (or 0xA87481) is known color: Tapestry. HEX triplet: A8, 74 and 81. RGB value is (168,116,129). Sum of RGB (Red+Green+Blue) = 168+116+129=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A87481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87481 is #578B7E. Grayscale: #858585. Windows color (decimal): -5737343 or 8484008. OLE color: 8484008.

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

Color convert

RGB 168 116 129 -
CMYK 0 0.31 0.23 0.34
HSL 345º 0.23% 0.56% -
HSV(B) 345º 0.31% 0.66% -
XYZ 26.36 22.4 23.7 -
YUV 133.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 168 116 129 0 0.31 0.23 0.34 345 0.23 0.56
Hex A8 74 81 0 1F 17 22 159 17 38
Octal 250 164 201 0 37 27 42 531 27 70
Binary 10101000 1110100 10000001 0 11111 10111 100010 101011001 10111 111000

Color Harmonies of #A87481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87481

Black with #A87481

Text Example


Text Example

White with #A87481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87481; }

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

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

background-color css

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

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

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

border-color css

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

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

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