Html Css Color HEX #A4818A Tapestry

📋 copy color: '#A4818A'

red 164 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #A4818A

Tints of Tapestry #A4818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 38.05%
G = 29.93%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4818A (or 0xA4818A) is known color: Tapestry. HEX triplet: A4, 81 and 8A. RGB value is (164,129,138). Sum of RGB (Red+Green+Blue) = 164+129+138=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A4818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4818A is #5B7E75. Grayscale: #8C8C8C. Windows color (decimal): -5996150 or 9077156. OLE color: 9077156.

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

Color convert

RGB 164 129 138 -
CMYK 0 0.21 0.16 0.36
HSL 344.57º 0.16% 0.57% -
HSV(B) 344.57º 0.21% 0.64% -
XYZ 27.75 25.43 27.49 -
YUV 140.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 164 129 138 0 0.21 0.16 0.36 344.57 0.16 0.57
Hex A4 81 8A 0 15 10 24 159 10 39
Octal 244 201 212 0 25 20 44 531 20 71
Binary 10100100 10000001 10001010 0 10101 10000 100100 101011001 10000 111001

Color Harmonies of #A4818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4818A

Black with #A4818A

Text Example


Text Example

White with #A4818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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