#A7928B

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

Shades of Thatch #A7928B

Tints of Thatch #A7928B

Color information

#A7928B (or 0xA7928B) is unknown color: approx Thatch. HEX triplet: A7, 92 and 8B. RGB value is (167,146,139). Sum of RGB (Red+Green+Blue) = 167+146+139=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A7928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7928B is #586D74. Grayscale: #979797. Windows color (decimal): -5795189 or 9147047. OLE color: 9147047.

HSL color Cylindrical-coordinate representation of color #A7928B: hue angle of 15º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7928B is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB167146139-
CMYK00.130.170.35
HSL15º13.73%60%-
HSV(B)15º16.77%65.49%-
XYZ30.8830.6428.71-
YUV151.48120.96139.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.95%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=36.95%
G=32.30%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714613900.130.170.351513.7360
HexA7928B0D1123fe3c
Octal2472222130152143171674
Binary101001111001001010001011011011000110001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7928B; }

 p { color: rgb(167,146,139); }

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

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

 a { background-color: rgb(167,146,139); }

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

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

 span { border-color: rgb(167,146,139); }

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