Html Css Color HEX #A3828C Tapestry

📋 copy color: '#A3828C'

red 163 ◦ green 130 ◦ blue 140

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

Shades of Tapestry #A3828C

Tints of Tapestry #A3828C

RGB

 RED value IS 163 (64.06% from 255) = 37.64%

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

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

R = 37.64%
G = 30.02%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3828C (or 0xA3828C) is known color: Tapestry. HEX triplet: A3, 82 and 8C. RGB value is (163,130,140). Sum of RGB (Red+Green+Blue) = 163+130+140=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A3828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3828C is #5C7D73. Grayscale: #8D8D8D. Windows color (decimal): -6061428 or 9208483. OLE color: 9208483.

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

Color convert

RGB 163 130 140 -
CMYK 0 0.20 0.14 0.36
HSL 341.82º 0.15% 0.57% -
HSV(B) 341.82º 0.2% 0.64% -
XYZ 27.82 25.65 28.29 -
YUV 141.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 163 130 140 0 0.20 0.14 0.36 341.82 0.15 0.57
Hex A3 82 8C 0 14 E 24 156 F 39
Octal 243 202 214 0 24 16 44 526 17 71
Binary 10100011 10000010 10001100 0 10100 1110 100100 101010110 1111 111001

Color Harmonies of #A3828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3828C

Black with #A3828C

Text Example


Text Example

White with #A3828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3828C; }

 p { color: rgb(163,130,140); }

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

background-color css

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

 a { background-color: rgb(163,130,140); }

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

border-color css

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

 span { border-color: rgb(163,130,140); }

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