Html Css Color HEX #A87284 Tapestry

📋 copy color: '#A87284'

red 168 ◦ green 114 ◦ blue 132

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

Shades of Tapestry #A87284

Tints of Tapestry #A87284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 40.58%
G = 27.54%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A87284 (or 0xA87284) is known color: Tapestry. HEX triplet: A8, 72 and 84. RGB value is (168,114,132). Sum of RGB (Red+Green+Blue) = 168+114+132=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A87284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87284 is #578D7B. Grayscale: #848484. Windows color (decimal): -5737852 or 8680104. OLE color: 8680104.

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

Color convert

RGB 168 114 132 -
CMYK 0 0.32 0.21 0.34
HSL 340º 0.24% 0.55% -
HSV(B) 340º 0.32% 0.66% -
XYZ 26.33 22.03 24.69 -
YUV 132.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 168 114 132 0 0.32 0.21 0.34 340 0.24 0.55
Hex A8 72 84 0 20 15 22 154 18 37
Octal 250 162 204 0 40 25 42 524 30 67
Binary 10101000 1110010 10000100 0 100000 10101 100010 101010100 11000 110111

Color Harmonies of #A87284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87284

Black with #A87284

Text Example


Text Example

White with #A87284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87284; }

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

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

background-color css

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

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

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

border-color css

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

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

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