Html Css Color HEX #A4848B Tapestry

📋 copy color: '#A4848B'

red 164 ◦ green 132 ◦ blue 139

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

Shades of Tapestry #A4848B

Tints of Tapestry #A4848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 37.7%
G = 30.34%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4848B (or 0xA4848B) is known color: Tapestry. HEX triplet: A4, 84 and 8B. RGB value is (164,132,139). Sum of RGB (Red+Green+Blue) = 164+132+139=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4848B is #5B7B74. Grayscale: #8E8E8E. Windows color (decimal): -5995381 or 9143460. OLE color: 9143460.

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

Color convert

RGB 164 132 139 -
CMYK 0 0.20 0.15 0.36
HSL 346.88º 0.15% 0.58% -
HSV(B) 346.88º 0.2% 0.64% -
XYZ 28.22 26.26 28.01 -
YUV 142.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 164 132 139 0 0.20 0.15 0.36 346.88 0.15 0.58
Hex A4 84 8B 0 14 F 24 15B F 3A
Octal 244 204 213 0 24 17 44 533 17 72
Binary 10100100 10000100 10001011 0 10100 1111 100100 101011011 1111 111010

Color Harmonies of #A4848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4848B

Black with #A4848B

Text Example


Text Example

White with #A4848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4848B; }

 p { color: rgb(164,132,139); }

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

background-color css

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

 a { background-color: rgb(164,132,139); }

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

border-color css

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

 span { border-color: rgb(164,132,139); }

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