Html Css Color HEX #A4858E Tapestry

📋 copy color: '#A4858E'

red 164 ◦ green 133 ◦ blue 142

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

Shades of Tapestry #A4858E

Tints of Tapestry #A4858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.3%

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

R = 37.36%
G = 30.3%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4858E (or 0xA4858E) is known color: Tapestry. HEX triplet: A4, 85 and 8E. RGB value is (164,133,142). Sum of RGB (Red+Green+Blue) = 164+133+142=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4858E is #5B7A71. Grayscale: #8F8F8F. Windows color (decimal): -5995122 or 9340324. OLE color: 9340324.

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

Color convert

RGB 164 133 142 -
CMYK 0 0.19 0.13 0.36
HSL 342.58º 0.15% 0.58% -
HSV(B) 342.58º 0.19% 0.64% -
XYZ 28.58 26.62 29.22 -
YUV 143.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 164 133 142 0 0.19 0.13 0.36 342.58 0.15 0.58
Hex A4 85 8E 0 13 D 24 157 F 3A
Octal 244 205 216 0 23 15 44 527 17 72
Binary 10100100 10000101 10001110 0 10011 1101 100100 101010111 1111 111010

Color Harmonies of #A4858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4858E

Black with #A4858E

Text Example


Text Example

White with #A4858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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