Html Css Color HEX #A4818C Tapestry

📋 copy color: '#A4818C'

red 164 ◦ green 129 ◦ blue 140

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

Shades of Tapestry #A4818C

Tints of Tapestry #A4818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

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

R = 37.88%
G = 29.79%
B = 32.33%

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

#A4818C (or 0xA4818C) is known color: Tapestry. HEX triplet: A4, 81 and 8C. RGB value is (164,129,140). Sum of RGB (Red+Green+Blue) = 164+129+140=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A4818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4818C is #5B7E73. Grayscale: #8C8C8C. Windows color (decimal): -5996148 or 9208228. OLE color: 9208228.

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

Color convert

RGB 164 129 140 -
CMYK 0 0.21 0.15 0.36
HSL 341.14º 0.16% 0.57% -
HSV(B) 341.14º 0.21% 0.64% -
XYZ 27.89 25.49 28.26 -
YUV 140.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 164 129 140 0 0.21 0.15 0.36 341.14 0.16 0.57
Hex A4 81 8C 0 15 F 24 155 10 39
Octal 244 201 214 0 25 17 44 525 20 71
Binary 10100100 10000001 10001100 0 10101 1111 100100 101010101 10000 111001

Color Harmonies of #A4818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4818C

Black with #A4818C

Text Example


Text Example

White with #A4818C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4818C; }

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

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

background-color css

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

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

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

border-color css

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

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

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