Html Css Color HEX #A2828B Tapestry

📋 copy color: '#A2828B'

red 162 ◦ green 130 ◦ blue 139

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

Shades of Tapestry #A2828B

Tints of Tapestry #A2828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 37.59%
G = 30.16%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A2828B (or 0xA2828B) is known color: Tapestry. HEX triplet: A2, 82 and 8B. RGB value is (162,130,139). Sum of RGB (Red+Green+Blue) = 162+130+139=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A2828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2828B is #5D7D74. Grayscale: #8C8C8C. Windows color (decimal): -6126965 or 9142946. OLE color: 9142946.

HSL color Cylindrical-coordinate representation of color #A2828B: hue angle of 343.12º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2828B is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 130 139 -
CMYK 0 0.20 0.14 0.36
HSL 343.13º 0.15% 0.57% -
HSV(B) 343.13º 0.2% 0.64% -
XYZ 27.54 25.51 27.9 -
YUV 140.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 162 130 139 0 0.20 0.14 0.36 343.13 0.15 0.57
Hex A2 82 8B 0 14 E 24 157 F 39
Octal 242 202 213 0 24 16 44 527 17 71
Binary 10100010 10000010 10001011 0 10100 1110 100100 101010111 1111 111001

Color Harmonies of #A2828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2828B

Black with #A2828B

Text Example


Text Example

White with #A2828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2828B; }

 p { color: rgb(162,130,139); }

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

background-color css

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

 a { background-color: rgb(162,130,139); }

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

border-color css

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

 span { border-color: rgb(162,130,139); }

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