Html Css Color HEX #A87280 Tapestry

📋 copy color: '#A87280'

red 168 ◦ green 114 ◦ blue 128

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

Shades of Tapestry #A87280

Tints of Tapestry #A87280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.22%

R = 40.98%
G = 27.8%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A87280 (or 0xA87280) is known color: Tapestry. HEX triplet: A8, 72 and 80. RGB value is (168,114,128). Sum of RGB (Red+Green+Blue) = 168+114+128=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A87280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87280 is #578D7F. Grayscale: #838383. Windows color (decimal): -5737856 or 8417960. OLE color: 8417960.

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

Color convert

RGB 168 114 128 -
CMYK 0 0.32 0.24 0.34
HSL 344.44º 0.24% 0.55% -
HSV(B) 344.44º 0.32% 0.66% -
XYZ 26.06 21.92 23.28 -
YUV 131.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 168 114 128 0 0.32 0.24 0.34 344.44 0.24 0.55
Hex A8 72 80 0 20 18 22 158 18 37
Octal 250 162 200 0 40 30 42 530 30 67
Binary 10101000 1110010 10000000 0 100000 11000 100010 101011000 11000 110111

Color Harmonies of #A87280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87280

Black with #A87280

Text Example


Text Example

White with #A87280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87280; }

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

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

background-color css

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

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

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

border-color css

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

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

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