Html Css Color HEX #A4888C Tapestry

📋 copy color: '#A4888C'

red 164 ◦ green 136 ◦ blue 140

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

Shades of Tapestry #A4888C

Tints of Tapestry #A4888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 37.27%
G = 30.91%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4888C (or 0xA4888C) is known color: Tapestry. HEX triplet: A4, 88 and 8C. RGB value is (164,136,140). Sum of RGB (Red+Green+Blue) = 164+136+140=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A4888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4888C is #5B7773. Grayscale: #909090. Windows color (decimal): -5994356 or 9210020. OLE color: 9210020.

HSL color Cylindrical-coordinate representation of color #A4888C: hue angle of 351.43º 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 #A4888C is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 140 -
CMYK 0 0.17 0.15 0.36
HSL 351.43º 0.13% 0.59% -
HSV(B) 351.43º 0.17% 0.64% -
XYZ 28.85 27.39 28.58 -
YUV 144.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 164 136 140 0 0.17 0.15 0.36 351.43 0.13 0.59
Hex A4 88 8C 0 11 F 24 15F D 3B
Octal 244 210 214 0 21 17 44 537 15 73
Binary 10100100 10001000 10001100 0 10001 1111 100100 101011111 1101 111011

Color Harmonies of #A4888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4888C

Black with #A4888C

Text Example


Text Example

White with #A4888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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