#A9828C

Color #A9828C Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A9828C

Tints of Tapestry #A9828C

Color information

#A9828C (or 0xA9828C) is unknown color: approx Tapestry. HEX triplet: A9, 82 and 8C. RGB value is (169,130,140). Sum of RGB (Red+Green+Blue) = 169+130+140=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A9828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9828C is #567D73. Grayscale: #8E8E8E. Windows color (decimal): -5668212 or 9208489. OLE color: 9208489.

HSL color Cylindrical-coordinate representation of color #A9828C: hue angle of 344.62º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9828C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB169130140-
CMYK00.230.170.34
HSL344.62º18.48%58.63%-
HSV(B)344.62º23.08%66.27%-
XYZ29.0826.2928.35-
YUV142.8126.42146.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=38.50%
G=29.61%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913014000.230.170.34344.6218.4858.63
HexA9828C0171122159123b
Octal25120221402721425312273
Binary1010100110000010100011000101111000110001010101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9828C; }

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

 H1.HeaderClassName
 {
   color: #A9828C;
 }
 .AnyTagClassName
 {
   color: #A9828C;
 }
</style>
background-color css

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

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

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

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

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

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