Html Css Color HEX #A4828E Tapestry

📋 copy color: '#A4828E'

red 164 ◦ green 130 ◦ blue 142

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

Shades of Tapestry #A4828E

Tints of Tapestry #A4828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 37.61%
G = 29.82%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4828E (or 0xA4828E) is known color: Tapestry. HEX triplet: A4, 82 and 8E. RGB value is (164,130,142). Sum of RGB (Red+Green+Blue) = 164+130+142=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4828E is #5B7D71. Grayscale: #8D8D8D. Windows color (decimal): -5995890 or 9339556. OLE color: 9339556.

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

Color convert

RGB 164 130 142 -
CMYK 0 0.21 0.13 0.36
HSL 338.82º 0.16% 0.58% -
HSV(B) 338.82º 0.21% 0.64% -
XYZ 28.17 25.81 29.09 -
YUV 141.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 164 130 142 0 0.21 0.13 0.36 338.82 0.16 0.58
Hex A4 82 8E 0 15 D 24 153 10 3A
Octal 244 202 216 0 25 15 44 523 20 72
Binary 10100100 10000010 10001110 0 10101 1101 100100 101010011 10000 111010

Color Harmonies of #A4828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4828E

Black with #A4828E

Text Example


Text Example

White with #A4828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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