Html Css Color HEX #A86484 Tapestry

📋 copy color: '#A86484'

red 168 ◦ green 100 ◦ blue 132

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

Shades of Tapestry #A86484

Tints of Tapestry #A86484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 42%
G = 25%
B = 33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A86484 (or 0xA86484) is known color: Tapestry. HEX triplet: A8, 64 and 84. RGB value is (168,100,132). Sum of RGB (Red+Green+Blue) = 168+100+132=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A86484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86484 is #579B7B. Grayscale: #7B7B7B. Windows color (decimal): -5741436 or 8676520. OLE color: 8676520.

HSL color Cylindrical-coordinate representation of color #A86484: hue angle of 331.76º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86484 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 100 132 -
CMYK 0 0.40 0.21 0.34
HSL 331.76º 0.28% 0.53% -
HSV(B) 331.76º 0.4% 0.66% -
XYZ 24.87 19.11 24.21 -
YUV 123.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 168 100 132 0 0.40 0.21 0.34 331.76 0.28 0.53
Hex A8 64 84 0 28 15 22 14C 1C 35
Octal 250 144 204 0 50 25 42 514 34 65
Binary 10101000 1100100 10000100 0 101000 10101 100010 101001100 11100 110101

Color Harmonies of #A86484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86484

Black with #A86484

Text Example


Text Example

White with #A86484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86484; }

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

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

background-color css

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

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

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

border-color css

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

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

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