#A2928D

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

Shades of Thatch #A2928D

Tints of Thatch #A2928D

Color information

#A2928D (or 0xA2928D) is unknown color: approx Thatch. HEX triplet: A2, 92 and 8D. RGB value is (162,146,141). Sum of RGB (Red+Green+Blue) = 162+146+141=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A2928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2928D is #5D6D72. Grayscale: #969696. Windows color (decimal): -6122867 or 9278114. OLE color: 9278114.

HSL color Cylindrical-coordinate representation of color #A2928D: hue angle of 14.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2928D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB162146141-
CMYK00.100.130.36
HSL14.29º10.14%59.41%-
HSV(B)14.29º12.96%63.53%-
XYZ29.9930.1629.44-
YUV150.21122.8136.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.08%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=36.08%
G=32.52%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214614100.100.130.3614.2910.1459.41
HexA2928D0AD24ea3b
Octal2422222150121544161273
Binary10100010100100101000110101010110110010011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2928D; }

 p { color: rgb(162,146,141); }

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

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

 a { background-color: rgb(162,146,141); }

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

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

 span { border-color: rgb(162,146,141); }

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