Html Css Color HEX #A4828C Tapestry

📋 copy color: '#A4828C'

red 164 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #A4828C

Tints of Tapestry #A4828C

RGB

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

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

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

R = 37.79%
G = 29.95%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4828C (or 0xA4828C) is known color: Tapestry. HEX triplet: A4, 82 and 8C. RGB value is (164,130,140). Sum of RGB (Red+Green+Blue) = 164+130+140=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4828C is #5B7D73. Grayscale: #8D8D8D. Windows color (decimal): -5995892 or 9208484. OLE color: 9208484.

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

Color convert

RGB 164 130 140 -
CMYK 0 0.21 0.15 0.36
HSL 342.35º 0.16% 0.58% -
HSV(B) 342.35º 0.21% 0.64% -
XYZ 28.03 25.75 28.3 -
YUV 141.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 164 130 140 0 0.21 0.15 0.36 342.35 0.16 0.58
Hex A4 82 8C 0 15 F 24 156 10 3A
Octal 244 202 214 0 25 17 44 526 20 72
Binary 10100100 10000010 10001100 0 10101 1111 100100 101010110 10000 111010

Color Harmonies of #A4828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4828C

Black with #A4828C

Text Example


Text Example

White with #A4828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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