Html Css Color HEX #A8838B Tapestry

📋 copy color: '#A8838B'

red 168 ◦ green 131 ◦ blue 139

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

Shades of Tapestry #A8838B

Tints of Tapestry #A8838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

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

R = 38.36%
G = 29.91%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8838B (or 0xA8838B) is known color: Tapestry. HEX triplet: A8, 83 and 8B. RGB value is (168,131,139). Sum of RGB (Red+Green+Blue) = 168+131+139=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 168 - color contains mainly: red. Hex color #A8838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8838B is #577C74. Grayscale: #8E8E8E. Windows color (decimal): -5733493 or 9143208. OLE color: 9143208.

HSL color Cylindrical-coordinate representation of color #A8838B: hue angle of 347.03º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8838B is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 131 139 -
CMYK 0 0.22 0.17 0.34
HSL 347.03º 0.18% 0.59% -
HSV(B) 347.03º 0.22% 0.66% -
XYZ 28.92 26.42 28 -
YUV 142.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 168 131 139 0 0.22 0.17 0.34 347.03 0.18 0.59
Hex A8 83 8B 0 16 11 22 15B 12 3B
Octal 250 203 213 0 26 21 42 533 22 73
Binary 10101000 10000011 10001011 0 10110 10001 100010 101011011 10010 111011

Color Harmonies of #A8838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8838B

Black with #A8838B

Text Example


Text Example

White with #A8838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8838B; }

 p { color: rgb(168,131,139); }

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

background-color css

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

 a { background-color: rgb(168,131,139); }

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

border-color css

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

 span { border-color: rgb(168,131,139); }

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