Html Css Color HEX #A4888D Tapestry

📋 copy color: '#A4888D'

red 164 ◦ green 136 ◦ blue 141

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

Shades of Tapestry #A4888D

Tints of Tapestry #A4888D

RGB

 RED value IS 164 (64.45% from 255) = 37.19%

 GREEN value IS 136 (53.52% from 255) = 30.84%

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 37.19%
G = 30.84%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4888D (or 0xA4888D) is known color: Tapestry. HEX triplet: A4, 88 and 8D. RGB value is (164,136,141). Sum of RGB (Red+Green+Blue) = 164+136+141=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A4888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4888D is #5B7772. Grayscale: #909090. Windows color (decimal): -5994355 or 9275556. OLE color: 9275556.

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

Color convert

RGB 164 136 141 -
CMYK 0 0.17 0.14 0.36
HSL 349.29º 0.13% 0.59% -
HSV(B) 349.29º 0.17% 0.64% -
XYZ 28.92 27.42 28.97 -
YUV 144.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 164 136 141 0 0.17 0.14 0.36 349.29 0.13 0.59
Hex A4 88 8D 0 11 E 24 15D D 3B
Octal 244 210 215 0 21 16 44 535 15 73
Binary 10100100 10001000 10001101 0 10001 1110 100100 101011101 1101 111011

Color Harmonies of #A4888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4888D

Black with #A4888D

Text Example


Text Example

White with #A4888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4888D; }

 p { color: rgb(164,136,141); }

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

background-color css

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

 a { background-color: rgb(164,136,141); }

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

border-color css

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

 span { border-color: rgb(164,136,141); }

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