Html Css Color HEX #A4828B Tapestry

📋 copy color: '#A4828B'

red 164 ◦ green 130 ◦ blue 139

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

Shades of Tapestry #A4828B

Tints of Tapestry #A4828B

RGB

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

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

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

R = 37.88%
G = 30.02%
B = 32.1%

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

#A4828B (or 0xA4828B) is known color: Tapestry. HEX triplet: A4, 82 and 8B. RGB value is (164,130,139). Sum of RGB (Red+Green+Blue) = 164+130+139=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A4828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4828B is #5B7D74. Grayscale: #8D8D8D. Windows color (decimal): -5995893 or 9142948. OLE color: 9142948.

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

Color convert

RGB 164 130 139 -
CMYK 0 0.21 0.15 0.36
HSL 344.12º 0.16% 0.58% -
HSV(B) 344.12º 0.21% 0.64% -
XYZ 27.95 25.72 27.92 -
YUV 141.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 164 130 139 0 0.21 0.15 0.36 344.12 0.16 0.58
Hex A4 82 8B 0 15 F 24 158 10 3A
Octal 244 202 213 0 25 17 44 530 20 72
Binary 10100100 10000010 10001011 0 10101 1111 100100 101011000 10000 111010

Color Harmonies of #A4828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4828B

Black with #A4828B

Text Example


Text Example

White with #A4828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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