Html Css Color HEX #A2858A Tapestry

📋 copy color: '#A2858A'

red 162 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #A2858A

Tints of Tapestry #A2858A

RGB

 RED value IS 162 (63.67% from 255) = 37.41%

 GREEN value IS 133 (52.34% from 255) = 30.72%

 BLUE value IS 138 (54.3% from 255) = 31.87%

R = 37.41%
G = 30.72%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A2858A (or 0xA2858A) is known color: Tapestry. HEX triplet: A2, 85 and 8A. RGB value is (162,133,138). Sum of RGB (Red+Green+Blue) = 162+133+138=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A2858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2858A is #5D7A75. Grayscale: #8E8E8E. Windows color (decimal): -6126198 or 9078178. OLE color: 9078178.

HSL color Cylindrical-coordinate representation of color #A2858A: hue angle of 349.66º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2858A is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 138 -
CMYK 0 0.18 0.15 0.36
HSL 349.66º 0.13% 0.58% -
HSV(B) 349.66º 0.18% 0.64% -
XYZ 27.88 26.29 27.65 -
YUV 142.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 162 133 138 0 0.18 0.15 0.36 349.66 0.13 0.58
Hex A2 85 8A 0 12 F 24 15E D 3A
Octal 242 205 212 0 22 17 44 536 15 72
Binary 10100010 10000101 10001010 0 10010 1111 100100 101011110 1101 111010

Color Harmonies of #A2858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2858A

Black with #A2858A

Text Example


Text Example

White with #A2858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2858A; }

 p { color: rgb(162,133,138); }

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

background-color css

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

 a { background-color: rgb(162,133,138); }

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

border-color css

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

 span { border-color: rgb(162,133,138); }

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